aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/privmsg.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-11-29 22:51:34 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-11-29 22:51:34 +0000
commitd6f9bef1f18d6372ae9b8d5311a35d8958222b8d (patch)
treec68c45832b7b2198bd1bfc88f2372887d6487edd /phpBB/privmsg.php
parentb7ca8131fa2c9f93f94cc8176e98191d798ae0c5 (diff)
downloadforums-d6f9bef1f18d6372ae9b8d5311a35d8958222b8d.tar
forums-d6f9bef1f18d6372ae9b8d5311a35d8958222b8d.tar.gz
forums-d6f9bef1f18d6372ae9b8d5311a35d8958222b8d.tar.bz2
forums-d6f9bef1f18d6372ae9b8d5311a35d8958222b8d.tar.xz
forums-d6f9bef1f18d6372ae9b8d5311a35d8958222b8d.zip
Implement suggestion in bug #484449
git-svn-id: file:///svn/phpbb/trunk@1488 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/privmsg.php')
-rw-r--r--phpBB/privmsg.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/privmsg.php b/phpBB/privmsg.php
index 2134696d3a..418f29ff07 100644
--- a/phpBB/privmsg.php
+++ b/phpBB/privmsg.php
@@ -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'],