mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/10873] Change language for notice about undelivered, deleted PM.
See the ticket for my reasoning. PHPBB3-10873
This commit is contained in:
parent
ac81611b90
commit
92761e1f2b
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ $lang = array_merge($lang, array(
|
||||||
'MESSAGE_COLOURS' => 'Message colours',
|
'MESSAGE_COLOURS' => 'Message colours',
|
||||||
'MESSAGE_DELETED' => 'Message successfully deleted.',
|
'MESSAGE_DELETED' => 'Message successfully deleted.',
|
||||||
'MESSAGE_HISTORY' => 'Message history',
|
'MESSAGE_HISTORY' => 'Message history',
|
||||||
'MESSAGE_REMOVED_FROM_OUTBOX' => 'This message has been removed by its author before it was delivered.',
|
'MESSAGE_REMOVED_FROM_OUTBOX' => 'This message was deleted by its author.',
|
||||||
'MESSAGE_SENT_ON' => 'on',
|
'MESSAGE_SENT_ON' => 'on',
|
||||||
'MESSAGE_STORED' => 'This message has been sent successfully.',
|
'MESSAGE_STORED' => 'This message has been sent successfully.',
|
||||||
'MESSAGE_TO' => 'To',
|
'MESSAGE_TO' => 'To',
|
||||||
|
|
Loading…
Add table
Reference in a new issue