aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-12-09 17:16:08 +0000
committerjocuri%softhome.net <>2004-12-09 17:16:08 +0000
commit185da0f795869902ba52f9e1637f506f58868f13 (patch)
tree33c5d8136f8581f37a4590030f7df44abe288c19 /template
parentBug 271360 - Moving the Troubleshooting section into an appendix instead. Als... (diff)
downloadbugzilla-185da0f795869902ba52f9e1637f506f58868f13.tar.gz
bugzilla-185da0f795869902ba52f9e1637f506f58868f13.tar.bz2
bugzilla-185da0f795869902ba52f9e1637f506f58868f13.zip
Patch for bug 182375: Do not permit flags with spaces or commas; patch by Frédéric Buclin <LpSolit@netscape.net>, r=vladd, a=justdave.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index 102ab67ac..81a96885d 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -224,7 +224,8 @@
[% ELSIF error == "flag_type_name_invalid" %]
[% title = "Flag Type Name Invalid" %]
- The name <em>[% name FILTER html %]</em> must be 1-50 characters long.
+ The name <em>[% name FILTER html %]</em> must be 1-50 characters long
+ and must not contain any spaces or commas.
[% ELSIF error == "format_not_found" %]
[% title = "Format Not Found" %]