From 00a47115e4e6a30a42d9e7cbd1c17e4d8ada3b55 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" Date: Wed, 10 May 2006 00:35:53 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20337209:=20Missing=20whitespaces=20in=20th?= =?UTF-8?q?e=20'fieldvalue=5Fstill=5Fhas=5Fbugs'=20error=20message=20-=20P?= =?UTF-8?q?atch=20by=20Fr=C3=A9d=C3=A9ric=20Buclin=20?= =?UTF-8?q?=20r=3Dwurblzap=20a=3Dmyk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.0.0.236/trunk@196240 18797224-902f-48f8-a5cc-f745e15eee43 --- .../bugzilla/template/en/default/global/user-error.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl index 1af63b1794f..e12bdf03219 100644 --- a/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl +++ b/mozilla/webtools/bugzilla/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" %]