diff options
| author | lpsolit%gmail.com <> | 2008-12-01 01:48:24 +0000 |
|---|---|---|
| committer | lpsolit%gmail.com <> | 2008-12-01 01:48:24 +0000 |
| commit | f21dafef9ba8f687094aa944e93bc229c0491e50 (patch) | |
| tree | 13d4eb99034cacd2bc065feb5006db45fa177a98 /template/en/default/admin | |
| parent | cb5c8d29df60005316e1e357a758fa08d1c07905 (diff) | |
| download | bugs-f21dafef9ba8f687094aa944e93bc229c0491e50.tar bugs-f21dafef9ba8f687094aa944e93bc229c0491e50.tar.gz bugs-f21dafef9ba8f687094aa944e93bc229c0491e50.tar.bz2 bugs-f21dafef9ba8f687094aa944e93bc229c0491e50.tar.xz bugs-f21dafef9ba8f687094aa944e93bc229c0491e50.zip | |
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
Diffstat (limited to 'template/en/default/admin')
| -rw-r--r-- | template/en/default/admin/users/confirm-delete.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/admin/users/confirm-delete.html.tmpl b/template/en/default/admin/users/confirm-delete.html.tmpl index 6ecd39c75..83d6ca4f6 100644 --- a/template/en/default/admin/users/confirm-delete.html.tmpl +++ b/template/en/default/admin/users/confirm-delete.html.tmpl @@ -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 |
