messaging NOBUG Fixing case in strings

This commit is contained in:
Martin Dougiamas 2010-10-27 07:11:22 +00:00
parent db0acadf45
commit 9bd2b1c63c

View File

@ -108,8 +108,8 @@ $string['strftimedaydatetime'] = '%A, %d %B %Y, %I:%M %p';
$string['timenosee'] = 'Minutes since I was last seen online';
$string['timesent'] = 'Time Sent';
$string['unblockcontact'] = 'Unblock contact';
$string['unreadmessages'] = 'unread messages ({$a})';
$string['unreadnewmessages'] = 'new messages ({$a})';
$string['unreadmessages'] = 'Unread messages ({$a})';
$string['unreadnewmessages'] = 'New messages ({$a})';
$string['unreadnewmessage'] = 'New message from {$a}';
$string['userisblockingyou'] = 'This user has blocked you from sending messages to them';
$string['userisblockingyounoncontact'] = 'This user is only accepting messages from people listed as contacts, and you are not currently on the list.';