diff --git a/course/delete.php b/course/delete.php
index 6eed9b9107c..1df4f60d7d3 100644
--- a/course/delete.php
+++ b/course/delete.php
@@ -1,4 +1,5 @@
shortname);
- $strdeletecheckfull = get_string("deletecheckfull");
+ $strdeletecoursecheck = get_string("deletecoursecheck");
print_header("$site->fullname : $strdeletecheck", $site->fullname,
"wwwroot/admin\">$stradministration ->
$strdeletecourse -> $strdeletecheck");
- notice_yesno("$strdeletecheckfull
$course->fullname",
+ notice_yesno("$strdeletecoursecheck
$course->fullname",
"delete.php?id=$course->id&delete=".md5($course->timemodified),
"delete.php");
exit;
diff --git a/course/edit.html b/course/edit.html
index 9ed0f07e58c..4e053c6d030 100644
--- a/course/edit.html
+++ b/course/edit.html
@@ -35,7 +35,7 @@
print_string("category") ?>:
print_string("format") ?>:
print_string("wordforteacher") ?>:
print_string("wordforstudent") ?>:
print_string("startdate") ?>:
print_string("wordforteacher") ?>:
print_string("wordforstudent") ?>:
";
@@ -371,7 +363,7 @@ function print_recent_activity($course) {
if (!isteacher($course->id)) {
continue;
} else {
- $teacherpost = "COLOR=$COURSETEACHERCOLOR";
+ $teacherpost = "COLOR=$COURSE_TEACHER_COLOR";
}
}
}
@@ -395,9 +387,8 @@ function print_recent_activity($course) {
}
if (! $content) {
- echo "Nothing new since your last login";
+ echo "".get_string("nothingnew")."";
}
-
}
@@ -772,14 +763,14 @@ function make_editing_buttons($moduleid, $absolute=false) {
$path = "";
}
return "
-
-
-
-
";
+
+
+
+
";
}
?>
diff --git a/course/log.php b/course/log.php
index 9a5904b0037..c925f164eb7 100644
--- a/course/log.php
+++ b/course/log.php
@@ -1,6 +1,5 @@
shortname: $strlogs", "$course->fullname",
"id\">$course->shortname -> $strlogs", "");
- print_heading("Choose which logs you want to look at");
+ print_heading(get_string("chooselogs").":");
print_log_selector_form($course);
- print_heading("Or see what is happening right now");
+ echo "
";
+ print_heading(get_string("chooselivelogs").":");
echo "