summaryrefslogtreecommitdiffstats
path: root/editproducts.cgi
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-05-17 08:39:16 +0200
committerlpsolit%gmail.com <>2005-05-17 08:39:16 +0200
commit7dc732e743222546373d6086376b0507ce72486d (patch)
tree39e0fafd4e6a9781e646405823ca67c313ba29cc /editproducts.cgi
parent2c6f3e0f930a41bdec6133d0ca44dffd9435bdc6 (diff)
downloadbugzilla-7dc732e743222546373d6086376b0507ce72486d.tar.gz
bugzilla-7dc732e743222546373d6086376b0507ce72486d.tar.xz
Bug 294368: Wrong tense used in sentence in delete components/products - Patch by Tiago R. Mello <tiago@async.com.br> r=LpSolit a=justdave
Diffstat (limited to 'editproducts.cgi')
-rwxr-xr-xeditproducts.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/editproducts.cgi b/editproducts.cgi
index 3a63add6a..cd124169f 100755
--- a/editproducts.cgi
+++ b/editproducts.cgi
@@ -746,8 +746,8 @@ one.";
}
print "<TABLE BORDER=0 CELLPADDING=20 WIDTH=\"70%\" BGCOLOR=\"red\"><TR><TD>\n",
"There are bugs entered for this product! When you delete this ",
- "product, <B><BLINK>all</BLINK><B> stored bugs will be deleted, too. ",
- "You could not even see a bug history anymore!\n",
+ "product, <B><BLINK>ALL</BLINK></B> stored bugs and their history will be ",
+ "deleted too.\n",
"</TD></TR></TABLE>\n";
}