Fixed two missing strings

This commit is contained in:
moodler
2002-12-12 03:14:13 +00:00
parent 31313bfb98
commit f830b324cf
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -312,7 +312,7 @@ function assignment_print_submission($assignment, $user, $submission, $teachers,
} else {
echo "<TD BGCOLOR=\"$THEME->cellheading\">";
}
echo "Teacher Feedback:";
echo get_string("feedback", "assignment").":";
choose_from_menu($grades, "g$submission->id", $submission->grade, get_string("grade")."...");
if ($submission->timemarked) {
echo "&nbsp;&nbsp;<FONT SIZE=1>".userdate($submission->timemarked)."</FONT>";