Commit 7dc732e7 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 294368: Wrong tense used in sentence in delete components/products - Patch…

Bug 294368: Wrong tense used in sentence in delete components/products - Patch by Tiago R. Mello <tiago@async.com.br> r=LpSolit a=justdave
parent 2c6f3e0f
...@@ -746,8 +746,8 @@ one."; ...@@ -746,8 +746,8 @@ one.";
} }
print "<TABLE BORDER=0 CELLPADDING=20 WIDTH=\"70%\" BGCOLOR=\"red\"><TR><TD>\n", print "<TABLE BORDER=0 CELLPADDING=20 WIDTH=\"70%\" BGCOLOR=\"red\"><TR><TD>\n",
"There are bugs entered for this product! When you delete this ", "There are bugs entered for this product! When you delete this ",
"product, <B><BLINK>all</BLINK><B> stored bugs will be deleted, too. ", "product, <B><BLINK>ALL</BLINK></B> stored bugs and their history will be ",
"You could not even see a bug history anymore!\n", "deleted too.\n",
"</TD></TR></TABLE>\n"; "</TD></TR></TABLE>\n";
} }
......
...@@ -145,9 +145,8 @@ ...@@ -145,9 +145,8 @@
is 1 [% terms.bug %] is 1 [% terms.bug %]
[% END %] [% END %]
entered for this component! When you delete this entered for this component! When you delete this
component, <b><blink>ALL</blink></b> stored [% terms.bugs %] will be deleted, component, <b><blink>ALL</blink></b> stored [% terms.bugs %] and
too. their history will be deleted too.
You could not even see the [% terms.bug %] history for this component anymore!
</td></tr></table> </td></tr></table>
[% END %] [% END %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment