Commit f21dafef authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 467214: confirm-delete.html.tmpl should use 'quips' instead of 'votes' at…

Bug 467214: confirm-delete.html.tmpl should use 'quips' instead of 'votes' at line 367 - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
parent cb5c8d29
...@@ -358,13 +358,13 @@ ...@@ -358,13 +358,13 @@
[% IF quips %] [% IF quips %]
<li> <li>
[% otheruser.login FILTER html %] has submitted [% otheruser.login FILTER html %] has submitted
[% IF quip == 1 %] [% IF quips == 1 %]
one quip a quip
[% ELSE %] [% ELSE %]
[%+ quips %] quips [%+ quips %] quips
[% END %]. [% END %].
If you delete the user account, If you delete the user account,
[% IF votes == 1 %] [% IF quips == 1 %]
this quip this quip
[% ELSE %] [% ELSE %]
these quips these quips
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment