]> 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:35:53 +0000 (07:35 +0000)
committerlpsolit%gmail.com <>
Wed, 10 May 2006 07:35:53 +0000 (07:35 +0000)
template/en/default/global/user-error.html.tmpl

index 9200959c2c6baa4fe2b2c20790a9996c1988c185..c71ae9dcd912db31fd0df02720abc549a196b0eb 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" %]