1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/10568] adding MESSAGE_EDITED to ucp.php and compose_pm

PHPBB3-10568
This commit is contained in:
Senky
2012-07-23 14:39:33 +02:00
parent 80180a6a20
commit d0a1c7bf0a
2 changed files with 3 additions and 1 deletions

View File

@@ -257,6 +257,7 @@ $lang = array_merge($lang, array(
'MESSAGE_BY_AUTHOR' => 'by',
'MESSAGE_COLOURS' => 'Message colours',
'MESSAGE_DELETED' => 'Message successfully deleted.',
'MESSAGE_EDITED' => 'Message successfully edited.',
'MESSAGE_HISTORY' => 'Message history',
'MESSAGE_REMOVED_FROM_OUTBOX' => 'This message has been removed by its author before it was delivered.',
'MESSAGE_SENT_ON' => 'on',