|
From: Paul S. O. <ps...@us...> - 2001-11-29 22:51:38
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv19978 Modified Files: privmsg.php Log Message: Implement suggestion in bug #484449 Index: privmsg.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/privmsg.php,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -r1.59 -r1.60 *** privmsg.php 2001/11/29 21:48:08 1.59 --- privmsg.php 2001/11/29 22:51:34 1.60 *************** *** 602,606 **** $template->assign_vars(array( "MESSAGE_TITLE" => $lang['Information'], ! "MESSAGE_TEXT" => $lang['Confirm_delete'], "L_YES" => $lang['Yes'], --- 602,606 ---- $template->assign_vars(array( "MESSAGE_TITLE" => $lang['Information'], ! "MESSAGE_TEXT" => ( count($mark_list) == 1 ) ? $lang['Confirm_delete_pm'] : $lang['Confirm_delete_pms'], "L_YES" => $lang['Yes'], |