mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-63333 core: removed unused setting 'messaginghidereadnotifications'
This commit is contained in:
parent
674ef9baac
commit
cbc3833d27
4 changed files with 9 additions and 5 deletions
|
@ -274,7 +274,6 @@ $string['configmaxeditingtime'] = 'This specifies the amount of time people have
|
|||
$string['configmaxevents'] = 'Events to Lookahead';
|
||||
$string['configmessaging'] = 'Should the messaging system between site users be enabled?';
|
||||
$string['configmessagingallowemailoverride'] = 'Allow users to have email message notifications sent to an email address other than the email address in their profile';
|
||||
$string['configmessaginghidereadnotifications'] = 'Hide read notifications of events like forum posts when viewing messaging history';
|
||||
$string['configmessagingdeletereadnotificationsdelay'] = 'Read notifications can be deleted to save space. How long after a notification is read can it be deleted?';
|
||||
$string['configminpassworddigits'] = 'Passwords must have at least these many digits.';
|
||||
$string['configminpasswordlength'] = 'Passwords must be at least these many characters long.';
|
||||
|
@ -747,7 +746,6 @@ $string['mediapluginwmv'] = 'Enable .wmv filter';
|
|||
$string['mediapluginyoutube'] = 'Enable YouTube links filter';
|
||||
$string['messaging'] = 'Enable messaging system';
|
||||
$string['messagingallowemailoverride'] = 'Notification email override';
|
||||
$string['messaginghidereadnotifications'] = 'Hide read notifications';
|
||||
$string['messagingdeletereadnotificationsdelay'] = 'Delete read notifications';
|
||||
$string['minpassworddigits'] = 'Digits';
|
||||
$string['minpasswordlength'] = 'Password length';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue