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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user