summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/edit-multiple.html.tmpl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-07-20 06:14:15 +0200
committermkanat%bugzilla.org <>2009-07-20 06:14:15 +0200
commit7bf1c7d23ffb82247cfaf73069908f29bf891e35 (patch)
tree70ced1ed0f1ffee3ec06375cf4b8f1c38cda19e3 /template/en/default/list/edit-multiple.html.tmpl
parentd7e5d9fdab1be995187d62e93fa7ebdc7a2ea439 (diff)
downloadbugzilla-7bf1c7d23ffb82247cfaf73069908f29bf891e35.tar.gz
bugzilla-7bf1c7d23ffb82247cfaf73069908f29bf891e35.tar.xz
Bug 488943: Clarify the text of the "Private" checkbox for comments and attachments
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default/list/edit-multiple.html.tmpl')
-rw-r--r--template/en/default/list/edit-multiple.html.tmpl5
1 files changed, 4 insertions, 1 deletions
diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl
index 46130ef6b..4cbc8b6e2 100644
--- a/template/en/default/list/edit-multiple.html.tmpl
+++ b/template/en/default/list/edit-multiple.html.tmpl
@@ -290,7 +290,10 @@
<input type="checkbox" name="commentprivacy" value="1"
id="newcommentprivacy"
onClick="updateCommentTagControl(this, form)"/>
- <label for="newcommentprivacy">Private</label>
+ <label for="newcommentprivacy">
+ Make comment private (visible only to members of the
+ <strong>[% Param('insidergroup') FILTER html %]</strong> group)
+ </label>
[% END %]
<br>
[% INCLUDE global/textarea.html.tmpl