|
diff file for /backup/restorelib.php
I'm not sure what these strings should say. They were added by you in version 1.138 (http://moodle.cvs.sourceforge.net/moodle/moodle/backup/restorelib.php?revision=1.138&view=markup&pathrev=MOODLE_18_STABLE
This has been fixed from Moodle 1.6 to Moodle 1.8. Will be available in next nightly builds (+ versions) or by direct access to CVS.
Note that these strings are OUT from Moodle under the upcoming 1.9 release so translators don't need to do anything with them in HEAD langs. Thanks and ciao |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1210 - echo '<li>'.get_string('backupwithoutgradebook','grade').'</li>';
1221 - echo '<li>'.get_string('respectingcurrentdata','grade').'</li>';
I think they should be:
1210 - echo '<li>'.get_string('backupwithoutgradebook','grades').'</li>';
1221 - echo '<li>'.get_string('respectingcurrentdata','grades').'</li>';
then these strings need to be added to /lang/en_utf8/grades.php
I'm attaching a diff file.