1
0
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:
Andrew Davis 2013-01-18 11:35:45 +08:00 committed by Sam Hemelryk
parent 447df209cf
commit d8ef2bc03c
2 changed files with 2 additions and 3 deletions
lang/en
message

@ -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');