From: lpsolit%gmail.com <> Date: Tue, 17 May 2005 06:39:16 +0000 (+0000) Subject: Bug 294368: Wrong tense used in sentence in delete components/products - Patch by... X-Git-Tag: bugzilla-2.20rc1~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dc732e743222546373d6086376b0507ce72486d;p=thirdparty%2Fbugzilla.git Bug 294368: Wrong tense used in sentence in delete components/products - Patch by Tiago R. Mello r=LpSolit a=justdave --- diff --git a/editproducts.cgi b/editproducts.cgi index 3a63add6a1..cd124169f1 100755 --- a/editproducts.cgi +++ b/editproducts.cgi @@ -746,8 +746,8 @@ one."; } print "
\n", "There are bugs entered for this product! When you delete this ", - "product, all stored bugs will be deleted, too. ", - "You could not even see a bug history anymore!\n", + "product, ALL stored bugs and their history will be ", + "deleted too.\n", "
\n"; } diff --git a/template/en/default/admin/components/confirm-delete.html.tmpl b/template/en/default/admin/components/confirm-delete.html.tmpl index a810e026be..e2c77cca2b 100644 --- a/template/en/default/admin/components/confirm-delete.html.tmpl +++ b/template/en/default/admin/components/confirm-delete.html.tmpl @@ -145,9 +145,8 @@ is 1 [% terms.bug %] [% END %] entered for this component! When you delete this - component, ALL stored [% terms.bugs %] will be deleted, - too. - You could not even see the [% terms.bug %] history for this component anymore! + component, ALL stored [% terms.bugs %] and + their history will be deleted too. [% END %]