mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
Implement suggestion in bug #484449
git-svn-id: file:///svn/phpbb/trunk@1488 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -601,7 +601,7 @@ else if( ( $delete && $mark_list ) || $delete_all )
|
||||
);
|
||||
$template->assign_vars(array(
|
||||
"MESSAGE_TITLE" => $lang['Information'],
|
||||
"MESSAGE_TEXT" => $lang['Confirm_delete'],
|
||||
"MESSAGE_TEXT" => ( count($mark_list) == 1 ) ? $lang['Confirm_delete_pm'] : $lang['Confirm_delete_pms'],
|
||||
|
||||
"L_YES" => $lang['Yes'],
|
||||
"L_NO" => $lang['No'],
|
||||
|
Reference in New Issue
Block a user