summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-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/code-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/code-error.html.tmpl')
-rw-r--r--template/en/default/global/code-error.html.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index 03b58e435..ed3bcce02 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -126,7 +126,7 @@
[% ELSIF error == "db_rename_conflict" %]
Name conflict: Cannot rename [% old FILTER html %] to
- [% new FILTER html %] because [% new FILTER html %] already exists.
+ [%+ new FILTER html %] because [% new FILTER html %] already exists.
[% ELSIF error == "cookies_need_value" %]
Every cookie must have a value.
@@ -206,7 +206,7 @@
[% ELSIF error == "invalid_attach_id_to_obsolete" %]
The attachment number of one of the attachments you wanted to obsolete,
- [% attach_id FILTER html %], is invalid.
+ [%+ attach_id FILTER html %], is invalid.
[% ELSIF error == "invalid_customfield_type" %]
[% title = "Invalid Field Type" %]
@@ -248,7 +248,7 @@
Attachment [% attach_id FILTER html %] ([% description FILTER html %])
is attached to [% terms.bug %] [%+ attach_bug_id FILTER html %],
but you tried to flag it as obsolete while creating a new attachment to
- [% terms.bug %] [%+ my_bug_id FILTER html %].
+ [%+ terms.bug %] [%+ my_bug_id FILTER html %].
[% ELSIF error == "feature_disabled" %]
The [% install_string("feature_$feature") FILTER html %] feature is not
@@ -335,7 +335,7 @@
[% ELSIF error == "mail_send_error" %]
There was an error sending mail from '[% mail.header('From') FILTER html %]'
to '[% mail.header('To') FILTER html %]':
- [% msg FILTER html %]
+ [%+ msg FILTER html %]
[% ELSIF error == "missing_bug_id" %]
No [% terms.bug %] ID was given.