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 @@
[% IF quips %]
<li>
[% otheruser.login FILTER html %] has submitted
[% IF quip == 1 %]
one quip
[% IF quips == 1 %]
a quip
[% ELSE %]
[%+ quips %] quips
[% END %].
If you delete the user account,
[% IF votes == 1 %]
[% IF quips == 1 %]
this quip
[% ELSE %]
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