diff options
-rwxr-xr-x | editproducts.cgi | 4 | ||||
-rw-r--r-- | template/en/default/admin/components/confirm-delete.html.tmpl | 5 |
2 files changed, 4 insertions, 5 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"; } diff --git a/template/en/default/admin/components/confirm-delete.html.tmpl b/template/en/default/admin/components/confirm-delete.html.tmpl index a810e026b..e2c77cca2 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, <b><blink>ALL</blink></b> stored [% terms.bugs %] will be deleted, - too. - You could not even see the [% terms.bug %] history for this component anymore! + component, <b><blink>ALL</blink></b> stored [% terms.bugs %] and + their history will be deleted too. </td></tr></table> [% END %] |