mirror of
https://github.com/moodle/moodle.git
synced 2025-05-06 00:06:51 +02:00
MDL-13805 core_message: altered some strings so it isnt weird when viewing a different users messages
This commit is contained in:
parent
447df209cf
commit
d8ef2bc03c
@ -37,7 +37,7 @@ $string['blockcontact'] = 'Block contact';
|
||||
$string['blockedmessages'] = '{$a} message(s) to/from blocked users';
|
||||
$string['blockedusers'] = 'Blocked users ({$a})';
|
||||
$string['blocknoncontacts'] = 'Prevent non-contacts from messaging me';
|
||||
$string['contactlistempty'] = 'Your contact list is empty';
|
||||
$string['contactlistempty'] = 'Contact list empty';
|
||||
$string['contacts'] = 'Contacts';
|
||||
$string['context'] = 'context';
|
||||
$string['defaultmessageoutputs'] = 'Default message outputs';
|
||||
@ -83,7 +83,6 @@ $string['messages'] = 'Messages';
|
||||
$string['messaging'] = 'Messaging';
|
||||
$string['messagingblockednoncontact'] = '{$a} will not be able to reply as you have blocked non-contacts';
|
||||
$string['messagingdisabled'] = 'Messaging is disabled on this site, emails will be sent instead';
|
||||
$string['mycontacts'] = 'My contacts';
|
||||
$string['newonlymsg'] = 'Show only new';
|
||||
$string['newsearch'] = 'New search';
|
||||
$string['noframesjs'] = 'Use more accessible interface';
|
||||
|
@ -486,7 +486,7 @@ function message_print_usergroup_selector($viewing, $courses, $coursecontexts, $
|
||||
$options[MESSAGE_VIEW_UNREAD_MESSAGES] = $strunreadmessages;
|
||||
}
|
||||
|
||||
$str = get_string('mycontacts', 'message');
|
||||
$str = get_string('contacts', 'message');
|
||||
$options[MESSAGE_VIEW_CONTACTS] = $str;
|
||||
|
||||
$options[MESSAGE_VIEW_RECENT_CONVERSATIONS] = get_string('mostrecentconversations', 'message');
|
||||
|
Loading…
x
Reference in New Issue
Block a user