Bug 467214: confirm-delete.html.tmpl should use 'quips' instead of 'votes' at line 367 - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
git-svn-id: svn://10.0.0.236/trunk@255274 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
86102705b4
commit
d2fb45ec91
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user