From f21dafef9ba8f687094aa944e93bc229c0491e50 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 1 Dec 2008 01:48:24 +0000 Subject: [PATCH] =?utf8?q?Bug=20467214:=20confirm-delete.html.tmpl=20shoul?= =?utf8?q?d=20use=20'quips'=20instead=20of=20'votes'=20at=20line=20367=20-?= =?utf8?q?=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r=3Dwurblzap=20a=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- template/en/default/admin/users/confirm-delete.html.tmpl | 6 +++--- 1 file 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 6ecd39c75b..83d6ca4f6a 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 %]
  • [% 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 -- 2.47.2