From: lpsolit%gmail.com <> Date: Wed, 10 May 2006 07:33:55 +0000 (+0000) Subject: Bug 337209: Missing whitespaces in the 'fieldvalue_still_has_bugs' error message... X-Git-Tag: bugzilla-2.23.2~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e37bcbda25c4f776b508c192f38a72cd51b8ea0;p=thirdparty%2Fbugzilla.git Bug 337209: Missing whitespaces in the 'fieldvalue_still_has_bugs' error message - Patch by Frédéric Buclin r=wurblzap a=myk --- diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 1af63b1794..e12bdf0321 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -408,8 +408,8 @@ [% ELSIF error == "fieldvalue_still_has_bugs" %] [% title = "You Cannot Delete This Field Value" %] You cannot delete the value '[% value FILTER html %]' from the - '[% field FILTER html%]' field, because there are still - [% count FILTER html %] [% terms.bugs %] using it. + '[% field FILTER html%]' field, because there are still + [%+ count FILTER html %] [%+ terms.bugs %] using it. [% ELSIF error == "fieldvalue_undefined" %] [% title = "Undefined Value Not Allowed" %]