mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
messaging NOBUG Fixing case in strings
This commit is contained in:
parent
db0acadf45
commit
9bd2b1c63c
@ -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.';
|
||||
|
Loading…
x
Reference in New Issue
Block a user