diff options
author | lpsolit%gmail.com <> | 2008-08-09 15:02:04 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-08-09 15:02:04 +0200 |
commit | 3dce307f5ecc107b64d9a887469eed6ce5aa8a3a (patch) | |
tree | e47df3da5fd7be0c63a1e3a1d8c226568e6cfedc /template/en/default/admin/groups | |
parent | ea62850f3561bcb4266925016a4a8dae48a19b55 (diff) | |
download | bugzilla-3dce307f5ecc107b64d9a887469eed6ce5aa8a3a.tar.gz bugzilla-3dce307f5ecc107b64d9a887469eed6ce5aa8a3a.tar.xz |
Bug 429626: editgroups.cgi incorrectly states that group names cannot contain spaces - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
Diffstat (limited to 'template/en/default/admin/groups')
-rw-r--r-- | template/en/default/admin/groups/create.html.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/template/en/default/admin/groups/create.html.tmpl b/template/en/default/admin/groups/create.html.tmpl index 13b1a4254..42a28bd34 100644 --- a/template/en/default/admin/groups/create.html.tmpl +++ b/template/en/default/admin/groups/create.html.tmpl @@ -59,8 +59,7 @@ <p><b>Name</b> is what is used with the B<!-- blah -->ugzilla->user->in_group() function in any customized cgi files you write that use a given group. It can also be used by people submitting [% terms.bugs %] by email to -limit [% terms.abug %] to a certain set of groups. It may not contain -any spaces.</p> +limit [% terms.abug %] to a certain set of groups.</p> <p><b>Description</b> is what will be shown in the [% terms.bug %] reports to members of the group where they can choose whether |