From 1178963482097c190e9cb4c37103a7b73b5c1e21 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 19 Dec 2005 16:57:07 +0000 Subject: [PATCH] r627: Bolding the scary parts of the delete messages --- admin/product.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/product.php b/admin/product.php index 81d1682..f73b2fc 100755 --- a/admin/product.php +++ b/admin/product.php @@ -79,7 +79,7 @@ if ($_REQUEST['do'] == 'killversion') if ($_REQUEST['do'] == 'deleteversion') { - $admin->page_confirm($lang->string('Are you sure you want to delete this version? Doing so will do delete all the bugs with this version.'), 'product.php?do=killversion&versionid=' . intval($bugsys->in['versionid'])); + $admin->page_confirm($lang->string('Are you sure you want to delete this version? Doing so will do delete all the bugs with this version.'), 'product.php?do=killversion&versionid=' . intval($bugsys->in['versionid'])); } // ################################################################### @@ -186,7 +186,7 @@ if ($_REQUEST['do'] == 'killproduct') if ($_REQUEST['do'] == 'deleteproduct') { - $admin->page_confirm($lang->string('Are you sure you want to delete this product and all of it\'s sub-versions and components (as well as any bugs contained within those groups)?'), 'product.php?do=killproduct&productid=' . intval($bugsys->in['productid'])); + $admin->page_confirm($lang->string('Are you sure you want to delete this product and all of it\'s versions and components and any bugs that have been assigned those products or components?'), 'product.php?do=killproduct&productid=' . intval($bugsys->in['productid'])); } // ################################################################### -- 2.22.5