From 2f52dd3d089e985468b2dd3c8d6b9dce3c235f86 Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Tue, 1 Nov 2011 17:25:28 +0000 Subject: Fix missing-space bugs in error messages. a=LpSolit. https://bugzilla.mozilla.org/show_bug.cgi?id=698737 --- template/en/default/global/user-error.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/global/user-error.html.tmpl') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 6918ea39e..fc290eb53 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -591,7 +591,7 @@ [% ELSIF error == "fieldvalue_still_has_bugs" %] [% title = "You Cannot Delete This Field Value" %] You cannot delete the value '[% value.name FILTER html %]' from the - [% field.description FILTER html %] field, because there are still + [%+ field.description FILTER html %] field, because there are still [%+ value.bug_count FILTER html %] [%+ terms.bugs %] using it. [% ELSIF error == "fieldvalue_undefined" %] -- cgit v1.2.3-24-g4f1b