From 7545a2660c2c224c0ec0b01e9227db81abe20a36 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 8 Nov 2006 03:05:41 +0000 Subject: [PATCH] =?utf8?q?Bug=20359768:=20Confusing=20error=20message=20wh?= =?utf8?q?en=20a=20user=20has=20too=20many=20votes=20for=20a=20product=20-?= =?utf8?q?=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r=3Dtimeless=20a=3Dmyk?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- template/en/default/global/user-error.html.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 9f5e216172..5cc75e21c8 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1193,14 +1193,14 @@ [% title = "Illegal Vote" %] 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 + [% product FILTER html %] product, but you are trying to use [% votes FILTER html %]. [% ELSIF error == "too_many_votes_for_product" %] [% title = "Illegal Vote" %] - 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. + You tried to use [% votes FILTER html %] votes in the + [% product FILTER html %] product, which exceeds the maximum + of [% max FILTER html %] votes for this product. [% ELSIF error == "token_inexistent" %] [% title = "Token Does Not Exist" %] -- 2.47.3