mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
MDL-79606 admin: removed unused strings
In MDL-19430 the function that used 'mycoursesperpage' and 'configmycoursesperpage' strings was removed, so they can be removed too.
This commit is contained in:
parent
70d0295880
commit
56bee4757c
@ -319,7 +319,6 @@ $string['configminpasswordlength'] = 'Passwords must be at least these many char
|
||||
$string['configminpasswordlower'] = 'Passwords must have at least these many lower case letters.';
|
||||
$string['configminpasswordnonalphanum'] = 'Passwords must have at least these many non-alphanumeric characters.';
|
||||
$string['configminpasswordupper'] = 'Passwords must have at least these many upper case letters.';
|
||||
$string['configmycoursesperpage'] = 'Maximum number of courses to display in any list of a user\'s own courses';
|
||||
$string['configmymoodleredirect'] = 'This setting forces redirects to /my on login for non-admins and replaces the top level site navigation with /my';
|
||||
$string['configmypagelocked'] = 'This setting prevents the default page from being edited by any non-admins';
|
||||
$string['confignavcourselimit'] = 'Limits the number of courses shown to the user in the navigation.';
|
||||
@ -917,7 +916,6 @@ $string['modsettings'] = 'Manage activities';
|
||||
$string['modulesecurity'] = 'Module security';
|
||||
$string['mustenablestats'] = 'Statistics have not yet been enabled on this site.';
|
||||
$string['mycourses'] = 'My courses';
|
||||
$string['mycoursesperpage'] = 'Number of courses';
|
||||
$string['mydashboard'] = 'System default dashboard';
|
||||
$string['mymoodle'] = 'Dashboard';
|
||||
$string['mymoodleredirect'] = 'Force users to use My Moodle';
|
||||
|
Loading…
x
Reference in New Issue
Block a user