diff --git a/blocks/settings/lang/en/block_settings.php b/blocks/settings/lang/en/block_settings.php index 356384306ef68..2ac37aa3d1942 100644 --- a/blocks/settings/lang/en/block_settings.php +++ b/blocks/settings/lang/en/block_settings.php @@ -25,6 +25,6 @@ */ $string['enabledock'] = 'Allow the user to dock this block'; -$string['pluginname'] = 'Settings'; -$string['settings:addinstance'] = 'Add a new settings block'; -$string['settings:myaddinstance'] = 'Add a new settings block to the My Moodle page'; +$string['pluginname'] = 'Administration'; +$string['settings:addinstance'] = 'Add a new administration block'; +$string['settings:myaddinstance'] = 'Add a new administration block to the My Moodle page'; diff --git a/lang/en/admin.php b/lang/en/admin.php index 4996af6f254a1..53f68e28f73e3 100644 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -1035,7 +1035,7 @@ $string['updateavailableinstall'] = 'Install this update'; $string['updateavailablenot'] = 'Your Moodle code is up-to-date!'; $string['updatenotifications'] = 'Update notifications'; -$string['updatenotificationfooter'] = 'Your Moodle site {$a->siteurl} is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Settings block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.'; +$string['updatenotificationfooter'] = 'Your Moodle site {$a->siteurl} is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.'; $string['updatenotificationsubject'] = 'Moodle updates are available ({$a->siteurl})'; $string['updateautocheck'] = 'Automatically check for available updates'; $string['updateautocheck_desc'] = 'If enabled, your site will automatically check for available updates for both Moodle code and all additional plugins. If there is a new update available, a notification will be sent to site admins.'; diff --git a/lang/en/grading.php b/lang/en/grading.php index fed4bbc5473ce..3be622d1972b3 100644 --- a/lang/en/grading.php +++ b/lang/en/grading.php @@ -31,7 +31,7 @@ $string['changeactivemethod'] = 'Change active grading method to'; $string['clicktoclose'] = 'click to close'; $string['exc_gradingformelement'] = 'Unable to instantiate grading form element'; -$string['formnotavailable'] = 'Advanced grading method was selected to use but the grading form is not available yet. You may need to define it first via a link in the Settings block.'; +$string['formnotavailable'] = 'Advanced grading method was selected to use but the grading form is not available yet. You may need to define it first via a link in the Administration block.'; $string['gradingformunavailable'] = 'Please note: the advanced grading form is not ready at the moment. Simple grading method will be used until the form has a valid status.'; $string['gradingmanagement'] = 'Advanced grading'; $string['gradingmanagementtitle'] = 'Advanced grading: {$a->component} ({$a->area})'; diff --git a/lang/en/rating.php b/lang/en/rating.php index 3ab441e44e989..79cc8d25987fd 100644 --- a/lang/en/rating.php +++ b/lang/en/rating.php @@ -54,4 +54,4 @@ $string['ratingtime'] = 'Restrict ratings to items with dates in this range:'; $string['ratings'] = 'Ratings'; $string['rolewarning'] = 'Roles with permission to rate'; -$string['rolewarning_help'] = 'To submit ratings users require the moodle/rating:rate capability and any module specific capabilities. Users assigned the following roles should be able to rate items. The list of roles may be amended via the permissions link in the settings block.'; +$string['rolewarning_help'] = 'To submit ratings users require the moodle/rating:rate capability and any module specific capabilities. Users assigned the following roles should be able to rate items. The list of roles may be amended via the permissions link in the administration block.';