diff --git a/lang/en/admin.php b/lang/en/admin.php index 4b6c0158e85..e656399f23c 100644 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -319,7 +319,6 @@ $string['configrequestedstudentname'] = 'Word for student used in requested cour $string['configrequestedstudentsname'] = 'Word for students used in requested courses'; $string['configrequestedteachername'] = 'Word for teacher used in requested courses'; $string['configrequestedteachersname'] = 'Word for teachers used in requested courses'; -$string['configuserquota'] = 'The maximum number of bytes that a user can store in their own private file area. {$a->bytes} bytes == {$a->displaysize}'; $string['configsectioninterface'] = 'Interface'; $string['configsectionmail'] = 'Mail'; $string['configsectionmaintenance'] = 'Maintenance'; @@ -1423,4 +1422,6 @@ $string['configloginhttps'] = 'Turning this on will make Moodle use a secure htt $string['loginhttps'] = 'Use HTTPS for logins'; // Deprecated since Moodle 3.7. $string['allowblockstodock'] = 'Allow blocks to use the dock'; -$string['configallowblockstodock'] = 'If enabled and supported by the selected theme users can choose to move blocks to a special dock.'; \ No newline at end of file +$string['configallowblockstodock'] = 'If enabled and supported by the selected theme users can choose to move blocks to a special dock.'; +// Deprecated since Moodle 3.8. +$string['configuserquota'] = 'The maximum number of bytes that a user can store in their own private file area. {$a->bytes} bytes == {$a->displaysize}'; diff --git a/lang/en/deprecated.txt b/lang/en/deprecated.txt index f28f2b210a1..cb83ce8bf0f 100644 --- a/lang/en/deprecated.txt +++ b/lang/en/deprecated.txt @@ -149,4 +149,5 @@ nobackpackcollections,core_badges error:nogroups,core_badges purgedefinitionsuccess,core_cache purgestoresuccess,core_cache -eventrolecapabilitiesupdated,core_role \ No newline at end of file +eventrolecapabilitiesupdated,core_role +configuserquota,core_admin