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:25:28 +0100
committerGervase Markham <gerv@mozilla.org>2011-11-01 18:25:28 +0100
commit2f52dd3d089e985468b2dd3c8d6b9dce3c235f86 (patch)
tree7481e94bbf39e78254732051533a6249df74e450 /template/en/default/global/user-error.html.tmpl
parent6ada7f80311195c466783f5b4dcae53989f47fa8 (diff)
downloadbugzilla-2f52dd3d089e985468b2dd3c8d6b9dce3c235f86.tar.gz
bugzilla-2f52dd3d089e985468b2dd3c8d6b9dce3c235f86.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 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" %]