diff options
author | gerv%gerv.net <> | 2002-05-09 03:32:33 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-05-09 03:32:33 +0200 |
commit | 2ac4f19bdf516d5d02e33ca5b42da93c0a011598 (patch) | |
tree | 7aeb5afec134d34a4637ecc94a3b3ca7f43d9843 /template/en/default | |
parent | 7169a4d73930695b53791d6e01cda92a9c47cbd9 (diff) | |
download | bugzilla-2ac4f19bdf516d5d02e33ca5b42da93c0a011598.tar.gz bugzilla-2ac4f19bdf516d5d02e33ca5b42da93c0a011598.tar.xz |
Bug 143045 - Bug groups text is unclear. Patch by jmrobins@tgix.com; 2xr=gerv.
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index ee60fdff3..a885f9558 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -182,7 +182,7 @@ [% IF group.size %] <br> <strong> - Only users in the selected groups can view this bug: + Only users in all of the selected groups can view this bug: </strong> <br> <font size="-1"> diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 335c599ef..926b8415b 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -308,7 +308,7 @@ [% IF groups.size > 0 %] <br> - <b>Only users in the selected groups can view this bug:</b> + <b>Only users in all of the selected groups can view this bug:</b> <br> <font size="-1">(Unchecking all boxes makes this a public bug.)</font> <br> |