Fixing a header, this string wasn't set anywhere. Plus it needs a new

string in the lang files (coming up next).
This commit is contained in:
defacer
2005-05-22 01:53:13 +00:00
parent c5d3620362
commit c8dbfa5cd5
+1 -1
View File
@@ -661,7 +661,7 @@ class assignment_base {
}
if (empty($users)) {
print_heading($strnoattempts);
print_heading(get_string('noattempts','assignment'));
return true;
}