summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-11-08 04:04:02 +0100
committerlpsolit%gmail.com <>2006-11-08 04:04:02 +0100
commitcbd3ffb71d9754b7ad7e69190a5eab39ee595f3e (patch)
tree53ca80c1c82b7e01a53b4674efb315bf212e5b54 /template
parent8109df6a8bda8d2aa13f1e8545bccff0e06d42a7 (diff)
downloadbugzilla-cbd3ffb71d9754b7ad7e69190a5eab39ee595f3e.tar.gz
bugzilla-cbd3ffb71d9754b7ad7e69190a5eab39ee595f3e.tar.xz
Bug 359768: Confusing error message when a user has too many votes for a product - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=myk
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl8
1 files 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 df5f767ea..6fc244fb5 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -1357,15 +1357,15 @@
[% admindocslinks = {'voting.html' => 'Setting up the voting feature'} %]
You may only use at most [% max FILTER html %] votes for a single
[%+ terms.bug %] in the
- <tt>[% prod FILTER html %]</tt> product, but you are trying to
+ <tt>[% product FILTER html %]</tt> product, but you are trying to
use [% votes FILTER html %].
[% ELSIF error == "too_many_votes_for_product" %]
[% title = "Illegal Vote" %]
[% admindocslinks = {'voting.html' => 'Setting up the voting feature'} %]
- You tried to use [% votes FILTER html %] votes,
- which exceeds the [% max FILTER html %] vote per [% terms.bug %] limit
- for the <tt>[% prod FILTER html %]</tt> product.
+ You tried to use [% votes FILTER html %] votes in the
+ <tt>[% product FILTER html %]</tt> product, which exceeds the maximum of
+ [%+ max FILTER html %] votes for this product.
[% ELSIF error == "token_inexistent" %]
[% title = "Token Does Not Exist" %]