summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/messages.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/messages.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/messages.html.tmpl')
-rw-r--r--template/en/default/global/messages.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl
index f75bc4eb9..a550273db 100644
--- a/template/en/default/global/messages.html.tmpl
+++ b/template/en/default/global/messages.html.tmpl
@@ -710,7 +710,7 @@
[% ELSIF message_tag == "install_fk_invalid" %]
ERROR: There are invalid values for the [% column FILTER html %] column in the [% table FILTER html %]
table. (These values do not exist in the [% foreign_table FILTER html %] table, in the
- [% foreign_column FILTER html %] column.)
+ [%+ foreign_column FILTER html %] column.)
Before continuing with checksetup, you will need to fix these values,
either by deleting these rows from the database, or changing the values