From a393f510353becb7d5a5a5c6bd68bcd36dbd63c0 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Fri, 9 Nov 2007 02:57:05 +0000 Subject: [PATCH] MDL-12044, adding missing string --- lang/en_utf8/grades.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en_utf8/grades.php b/lang/en_utf8/grades.php index ede599f3eed..d54cc251bee 100644 --- a/lang/en_utf8/grades.php +++ b/lang/en_utf8/grades.php @@ -293,6 +293,7 @@ $string['no'] = 'No'; $string['nocategories'] = 'Grade categories could not be added or found for this course'; $string['nocategoryname'] = 'No category name was given.'; $string['nocategoryview'] = 'No category to view by'; +$string['nocourses'] = 'There are no courses yet'; $string['noforce'] = 'Do not force'; $string['nogradeletters'] = 'No grade letters set'; $string['nogradesreturned'] = 'No grades returned';