From 871bca04d9062e37b478075e4524b87d6eda2ed5 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 9 Aug 2008 13:06:07 +0000 Subject: [PATCH] =?utf8?q?Bug=20429626:=20editgroups.cgi=20incorrectly=20s?= =?utf8?q?tates=20that=20group=20names=20cannot=20contain=20spaces=20-=20P?= =?utf8?q?atch=20by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r=3Dmkanat=20a=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- template/en/default/admin/groups/create.html.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/template/en/default/admin/groups/create.html.tmpl b/template/en/default/admin/groups/create.html.tmpl index fb255304cc..1c69ae529b 100644 --- a/template/en/default/admin/groups/create.html.tmpl +++ b/template/en/default/admin/groups/create.html.tmpl @@ -55,8 +55,7 @@

Name is what is used with the Bugzilla->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.

+limit [% terms.abug %] to a certain set of groups.

Description is what will be shown in the [% terms.bug %] reports to members of the group where they can choose whether -- 2.47.3