1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

Merge PR #918 branch 'develop-olympus' into develop

* develop-olympus:
  [ticket/10568] adding MESSAGE_EDITED to ucp.php and compose_pm
This commit is contained in:
Oleg Pudeyev
2012-10-17 22:31:35 -04:00
2 changed files with 3 additions and 1 deletions

View File

@@ -268,6 +268,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 was deleted by its author.',
'MESSAGE_SENT_ON' => 'on',