From: wildgirl Date: Mon, 15 Sep 2008 15:16:02 +0000 (+0000) Subject: MDL-15314 lang string rewording, thanks to Ray Lawrence X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=17930e0704120a4aa9ed15e1d4295ef3f39433ba;p=moodle.git MDL-15314 lang string rewording, thanks to Ray Lawrence --- diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index b50297b6ef..4e49981f0e 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -176,7 +176,7 @@ $string['configminpasswordnonalphanum'] = 'Passwords must have at least these ma $string['configminpasswordupper'] = 'Passwords must have at least these many upper case letters.'; $string['configmymoodleredirect'] = 'This setting forces redirects to /my on login for non-admins and replaces the top level site navigation with /my'; $string['confignodefaultuserrolelists'] = 'This setting prevents all users from being returned from the database from deprecated calls of get_course_user, etc., for the site course if the default role provides that access. Check this, if you suffer a performance hit.'; -$string['confignonmetacoursesyncroleids'] = 'By default all enrolments from child courses are synchronised to metacourses. Roles that are selected here will not be included in the synchronisation process.'; +$string['confignonmetacoursesyncroleids'] = 'By default all role assignments from child courses are synchronised to metacourses. Roles that are selected here will not be included in the synchronisation process.'; $string['confignoreplyaddress'] = 'Emails are sometimes sent out on behalf of a user (eg forum posts). The email address you specify here will be used as the \"From\" address in those cases when the recipients should not be able to reply directly to the user (eg when a user chooses to keep their address private).'; $string['confignotifyloginfailures'] = 'If login failures have been recorded, email notifications can be sent out. Who should see these notifications?'; $string['confignotifyloginthreshold'] = 'If notifications about failed logins are active, how many failed login attempts by one user or one IP address is it worth notifying about?';