From 7a35ccba8633412c7782706df76fad3bff4b6b37 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Fri, 31 Oct 2003 01:29:49 +0000 Subject: Bug 217219 Messages in votes errors are incorrectly CHOMP'd r=kiko a=justdave --- template/en/default/global/user-error.html.tmpl | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'template/en/default/global/user-error.html.tmpl') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index b1cf46ecb..a988102a8 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -637,17 +637,16 @@ [% ELSIF error == "too_many_votes_for_bug" %] [% title = "Illegal Vote" %] - You may only use at most [% max FILTER html %] votes for a single + You may only use at most [% max FILTER html %] votes for a single [%+ terms.bug %] in the - [% prod FILTER html %] product, but you are trying to use - [% votes FILTER html %]. + [% prod FILTER html %] product, but you are trying to + use [% votes FILTER html %]. [% ELSIF error == "too_many_votes_for_product" %] [% title = "Illegal Vote" %] - You may only use at most [% max FILTER html %] votes for [% terms.bugs %] - in the - [% prod FILTER html %] product, but you are trying to use - [% votes FILTER html %]. + You tried to use [% votes FILTER html %] votes, + which exceeds the [% max FILTER html %] vote per [% terms.bug %] limit + for the [% prod FILTER html %] product. [% ELSIF error == "token_inexistent" %] [% title = "Token Does Not Exist" %] -- cgit v1.2.3-24-g4f1b