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.";
}
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";
}
......
......@@ -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 %]
......
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