summaryrefslogtreecommitdiffstats
path: root/extensions/ShadowBugs
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-11-22 15:22:15 +0100
committerByron Jones <bjones@mozilla.com>2012-11-22 15:22:15 +0100
commit468c576588450202d96998d2378949e08406361e (patch)
tree3cc4d0188f6af15e7e6309dc92b8a6f687940d98 /extensions/ShadowBugs
parent9e908d7e01cfa4988c9b561307399defd791acd3 (diff)
downloadbugzilla-468c576588450202d96998d2378949e08406361e.tar.gz
bugzilla-468c576588450202d96998d2378949e08406361e.tar.xz
Change quotes in shadowbugs to keep t/012throwables happy
Diffstat (limited to 'extensions/ShadowBugs')
-rw-r--r--extensions/ShadowBugs/template/en/default/hook/global/user-error-errors.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/ShadowBugs/template/en/default/hook/global/user-error-errors.html.tmpl b/extensions/ShadowBugs/template/en/default/hook/global/user-error-errors.html.tmpl
index 775a7721e..2e7695dbb 100644
--- a/extensions/ShadowBugs/template/en/default/hook/global/user-error-errors.html.tmpl
+++ b/extensions/ShadowBugs/template/en/default/hook/global/user-error-errors.html.tmpl
@@ -6,7 +6,7 @@
# defined by the Mozilla Public License, v. 2.0.
#%]
-[% IF error == 'illegal_shadow_bug_public' %]
+[% IF error == "illegal_shadow_bug_public" %]
[% title = "Invalid Shadow " _ terms.Bug %]
You cannot shadow [% terms.bug %] [%+ id FILTER html %] because it is not a
public [% terms.bug %].