diff options
Diffstat (limited to 'template/en/default/admin')
4 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/admin/components/confirm-delete.html.tmpl b/template/en/default/admin/components/confirm-delete.html.tmpl index d85e17c12..82bf018b3 100644 --- a/template/en/default/admin/components/confirm-delete.html.tmpl +++ b/template/en/default/admin/components/confirm-delete.html.tmpl @@ -122,7 +122,7 @@ from '[% product.name FILTER html %]' product is 1 [% terms.bug %] [% END %] entered for this component! When you delete this - component, <b><blink>ALL</blink></b> stored [% terms.bugs %] and + component, <b>ALL</b> stored [% terms.bugs %] and their history will be deleted too. </td></tr></table> diff --git a/template/en/default/admin/milestones/confirm-delete.html.tmpl b/template/en/default/admin/milestones/confirm-delete.html.tmpl index d0b69b8ac..cc30f164f 100644 --- a/template/en/default/admin/milestones/confirm-delete.html.tmpl +++ b/template/en/default/admin/milestones/confirm-delete.html.tmpl @@ -62,7 +62,7 @@ is 1 [% terms.bug %] [% END %] entered for this milestone! When you delete this milestone, - <b><blink>ALL</blink></b> of these [% terms.bugs %] will be retargeted + <b>ALL</b> of these [% terms.bugs %] will be retargeted to [% product.default_milestone FILTER html %], the default milestone for the [% product.name FILTER html %] product. </p> diff --git a/template/en/default/admin/params/common.html.tmpl b/template/en/default/admin/params/common.html.tmpl index c9744f45c..bf2675b16 100644 --- a/template/en/default/admin/params/common.html.tmpl +++ b/template/en/default/admin/params/common.html.tmpl @@ -108,7 +108,7 @@ </select> [% ELSE %] <font color="red"> - <blink>Unknown param type [% param.type FILTER html %]!!!</blink> + Unknown param type [% param.type FILTER html %]!!! </font> [% END %] </p> diff --git a/template/en/default/admin/products/confirm-delete.html.tmpl b/template/en/default/admin/products/confirm-delete.html.tmpl index 324d21308..2198066b8 100644 --- a/template/en/default/admin/products/confirm-delete.html.tmpl +++ b/template/en/default/admin/products/confirm-delete.html.tmpl @@ -224,7 +224,7 @@ is 1 [% terms.bug %] [% END %] entered for this product! When you delete this - product, <b><blink>ALL</blink></b> stored [% terms.bugs %] and + product, <b>ALL</b> stored [% terms.bugs %] and their history will be deleted, too. </td> </tr> |