summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/user-error.html.tmpl
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2011-11-01 18:34:36 +0100
committerGervase Markham <gerv@mozilla.org>2011-11-01 18:34:36 +0100
commitc6647e9b3449e8af1b876fa8e1cb322ef43f9dcc (patch)
treebb7e8f330b43955a6646c25985ca2b638b29bf53 /template/en/default/global/user-error.html.tmpl
parent0074477c0f3d0e78b71ec866526c65c99f0a5c82 (diff)
downloadbugzilla-c6647e9b3449e8af1b876fa8e1cb322ef43f9dcc.tar.gz
bugzilla-c6647e9b3449e8af1b876fa8e1cb322ef43f9dcc.tar.xz
Fix missing-space bugs in error messages. a=LpSolit.
https://bugzilla.mozilla.org/show_bug.cgi?id=698737
Diffstat (limited to 'template/en/default/global/user-error.html.tmpl')
-rw-r--r--template/en/default/global/user-error.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index 265a061d1..52dd32297 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -588,7 +588,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" %]