From e56462dc1439c273fafa10f265352426e3312af6 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" Date: Wed, 8 May 2002 18:32:36 +0000 Subject: [PATCH] Bug 143045 - Bug groups text is unclear. Patch by jmrobins@tgix.com; 2xr=gerv. git-svn-id: svn://10.0.0.236/trunk@121070 18797224-902f-48f8-a5cc-f745e15eee43 --- .../bugzilla/template/en/default/bug/create/create.html.tmpl | 2 +- .../webtools/bugzilla/template/en/default/bug/edit.html.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/bugzilla/template/en/default/bug/create/create.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/bug/create/create.html.tmpl index ee60fdff35d..a885f95583c 100644 --- a/mozilla/webtools/bugzilla/template/en/default/bug/create/create.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/bug/create/create.html.tmpl @@ -182,7 +182,7 @@ [% IF group.size %]
- Only users in the selected groups can view this bug: + Only users in all of the selected groups can view this bug:
diff --git a/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl index 335c599ef74..926b8415b8f 100644 --- a/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl @@ -308,7 +308,7 @@ [% IF groups.size > 0 %]
- Only users in the selected groups can view this bug: + Only users in all of the selected groups can view this bug:
(Unchecking all boxes makes this a public bug.)