]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 337209: Missing whitespaces in the 'fieldvalue_still_has_bugs' error message...
authorlpsolit%gmail.com <>
Wed, 10 May 2006 07:33:55 +0000 (07:33 +0000)
committerlpsolit%gmail.com <>
Wed, 10 May 2006 07:33:55 +0000 (07:33 +0000)
template/en/default/global/user-error.html.tmpl

index 1af63b1794ffdac6391c9efc1ce16a0374786862..e12bdf032195cf6192f2a6f39ed2f562468129ff 100644 (file)
   [% 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" %]