mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
[ticket/10568] adding MESSAGE_EDITED to ucp.php and compose_pm
PHPBB3-10568
This commit is contained in:
parent
80180a6a20
commit
d0a1c7bf0a
@ -755,7 +755,8 @@ function compose_pm($id, $mode, $action, $user_folders = array())
|
|||||||
$return_box_lang = ($action === 'post' || $action === 'edit') ? 'PM_OUTBOX' : 'PM_INBOX';
|
$return_box_lang = ($action === 'post' || $action === 'edit') ? 'PM_OUTBOX' : 'PM_INBOX';
|
||||||
|
|
||||||
|
|
||||||
$message = $user->lang['MESSAGE_STORED'] . '<br /><br />' . sprintf($user->lang['VIEW_PRIVATE_MESSAGE'], '<a href="' . $return_message_url . '">', '</a>');
|
$save_message = ($action === 'edit') ? $user->lang['MESSAGE_EDITED'] : $user->lang['MESSAGE_STORED'];
|
||||||
|
$message = $save_message . '<br /><br />' . $user->lang('VIEW_PRIVATE_MESSAGE', '<a href="' . $return_message_url . '">', '</a>');
|
||||||
|
|
||||||
$last_click_type = 'CLICK_RETURN_FOLDER';
|
$last_click_type = 'CLICK_RETURN_FOLDER';
|
||||||
if ($folder_url)
|
if ($folder_url)
|
||||||
|
@ -257,6 +257,7 @@ $lang = array_merge($lang, array(
|
|||||||
'MESSAGE_BY_AUTHOR' => 'by',
|
'MESSAGE_BY_AUTHOR' => 'by',
|
||||||
'MESSAGE_COLOURS' => 'Message colours',
|
'MESSAGE_COLOURS' => 'Message colours',
|
||||||
'MESSAGE_DELETED' => 'Message successfully deleted.',
|
'MESSAGE_DELETED' => 'Message successfully deleted.',
|
||||||
|
'MESSAGE_EDITED' => 'Message successfully edited.',
|
||||||
'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 has been removed by its author before it was delivered.',
|
||||||
'MESSAGE_SENT_ON' => 'on',
|
'MESSAGE_SENT_ON' => 'on',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user