diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-03-04 18:08:09 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-03-04 18:08:09 +0100 |
commit | 43ce5f5bab1d5c5004c4eefe426ff19b88fd6c78 (patch) | |
tree | 2cb218910d9155c74255f9f3cc8097d729bb0771 /extensions/Voting | |
parent | 126c681a05b4ce6bc3c0be34bf5335e170c596de (diff) | |
download | bugs-43ce5f5bab1d5c5004c4eefe426ff19b88fd6c78.tar bugs-43ce5f5bab1d5c5004c4eefe426ff19b88fd6c78.tar.gz bugs-43ce5f5bab1d5c5004c4eefe426ff19b88fd6c78.tar.bz2 bugs-43ce5f5bab1d5c5004c4eefe426ff19b88fd6c78.tar.xz bugs-43ce5f5bab1d5c5004c4eefe426ff19b88fd6c78.zip |
Bug 979140: Remove remaining <tt> elements
r/a=glob
Diffstat (limited to 'extensions/Voting')
-rw-r--r-- | extensions/Voting/template/en/default/hook/global/user-error-errors.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/Voting/template/en/default/hook/global/user-error-errors.html.tmpl b/extensions/Voting/template/en/default/hook/global/user-error-errors.html.tmpl index 55c32d460..644c827a6 100644 --- a/extensions/Voting/template/en/default/hook/global/user-error-errors.html.tmpl +++ b/extensions/Voting/template/en/default/hook/global/user-error-errors.html.tmpl @@ -30,14 +30,14 @@ [% 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>[% product FILTER html %]</tt> product, but you are trying to + <em>[% product FILTER html %]</em> product, but you are trying to use [% votes FILTER html %]. [% ELSIF error == "voting_too_many_votes_for_product" %] [% title = "Illegal Vote" %] [% admindocslinks = {'voting.html' => 'Setting up the voting feature'} %] You tried to use [% votes FILTER html %] votes in the - <tt>[% product FILTER html %]</tt> product, which exceeds the maximum of + <em>[% product FILTER html %]</em> product, which exceeds the maximum of [%+ max FILTER html %] votes for this product. [% END %] |