From c8dbfa5cd56db24e4e1d9834790f5acbe32ddb10 Mon Sep 17 00:00:00 2001 From: defacer Date: Sun, 22 May 2005 01:53:13 +0000 Subject: [PATCH] Fixing a header, this string wasn't set anywhere. Plus it needs a new string in the lang files (coming up next). --- mod/assignment/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/assignment/lib.php b/mod/assignment/lib.php index 6d8eb57b2a3..c3297f8b9e3 100644 --- a/mod/assignment/lib.php +++ b/mod/assignment/lib.php @@ -661,7 +661,7 @@ class assignment_base { } if (empty($users)) { - print_heading($strnoattempts); + print_heading(get_string('noattempts','assignment')); return true; }