1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 03:34:04 +02:00

[ticket/8041] Merge item name into "Return to" string for better translations

PHPBB3-8041
This commit is contained in:
Joas Schilling
2014-03-12 00:56:07 +01:00
parent ad6fda5776
commit 9419edd686
9 changed files with 12 additions and 9 deletions

View File

@@ -353,8 +353,9 @@ class ucp_pm
{
$template->assign_vars(array(
'S_VIEW_MESSAGE' => true,
'MSG_ID' => $msg_id)
);
'L_RETURN_TO_FOLDER'=> $user->lang('RETURN_TO', $folder_status['folder_name']),
'MSG_ID' => $msg_id,
));
if (!$msg_id)
{