From 75fd0f720d3d5fe34b4293cd7e62f11bf3d3a6d6 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 25 Nov 2005 06:13:53 +0000 Subject: [PATCH] r595: Change delete confirm for versions --- admin/product.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/product.php b/admin/product.php index c0d3350..288c90d 100755 --- a/admin/product.php +++ b/admin/product.php @@ -78,7 +78,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 x to 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'])); } // ################################################################### -- 2.22.5