Skip to content

Commit

Permalink
MDL-13805 core_message: altered some strings so it isnt weird when vi…
Browse files Browse the repository at this point in the history
…ewing a different users messages
  • Loading branch information
andyjdavis authored and Sam Hemelryk committed Jan 28, 2013
1 parent 447df20 commit d8ef2bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lang/en/message.php
Expand Up @@ -37,7 +37,7 @@
$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';
Expand Down Expand Up @@ -83,7 +83,6 @@
$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';
Expand Down
2 changes: 1 addition & 1 deletion message/lib.php
Expand Up @@ -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');
Expand Down

0 comments on commit d8ef2bc

Please sign in to comment.