From b3fab0f876656a0f25610dd63bf92f4150edbe46 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Tue, 6 Oct 2009 01:58:36 +0000 Subject: [PATCH] MDL-12922 'moodle/restore:rolldates' capability - added missing string. Merged from 19_STABLE --- lang/en_utf8/moodle.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index 3048dee9de..9c16329e67 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -1169,6 +1169,7 @@ $string['noteachersyet'] = 'No teachers in this course yet'; $string['notenrollable'] = 'This course is not enrollable at the moment.'; $string['notenrolled'] = '$a is not enrolled in this course.'; $string['notenrolledprofile'] = 'This profile is not available because this user is not enrolled in this course.'; +$string['noteusercannotrolldatesoncontext'] = 'Note: The ability to roll dates when restoring this backup has been disabled because you lack the required permissions.'; $string['noteuserschangednonetocourse'] = 'Note: Course users need to be restored when restoring user data (in activities, files or messages). This setting has been changed for you.'; $string['nothingnew'] = 'Nothing new since your last login'; $string['nothingtodisplay'] = 'Nothing to display'; -- 2.39.5