diff options
author | lpsolit%gmail.com <> | 2008-12-01 02:48:24 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-12-01 02:48:24 +0100 |
commit | f21dafef9ba8f687094aa944e93bc229c0491e50 (patch) | |
tree | 13d4eb99034cacd2bc065feb5006db45fa177a98 | |
parent | cb5c8d29df60005316e1e357a758fa08d1c07905 (diff) | |
download | bugzilla-f21dafef9ba8f687094aa944e93bc229c0491e50.tar.gz bugzilla-f21dafef9ba8f687094aa944e93bc229c0491e50.tar.xz |
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
-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 |