]> git.mjollnir.org Git - moodle.git/commitdiff
lang files in plugin folder support for gradebook plugin types.
authortjhunt <tjhunt>
Fri, 10 Aug 2007 12:21:55 +0000 (12:21 +0000)
committertjhunt <tjhunt>
Fri, 10 Aug 2007 12:21:55 +0000 (12:21 +0000)
lib/moodlelib.php

index d1ec05260ef704772bca3e0362225e9f5441b246..602fdb0e9be80d075d7155269848e06b59ed340c 100644 (file)
@@ -4380,6 +4380,9 @@ function places_to_search_for_lang_strings() {
         'qtype_' => array('question/type'),
         'report_' => array($CFG->admin.'/report', 'course/report', 'mod/quiz/report'),
         'resource_' => array('mod/resource/type'),
+        'gradereport_' => array('grade/report'),
+        'gradeimport_' => array('grade/import'),
+        'gradeexport_' => array('grade/export'),
         '' => array('mod')
     );
 }