]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 461014 - How to create a private attachment in enter_bug.cgi not obvious
authorDavid Lawrence <dlawrence@mozilla.com>
Tue, 1 Feb 2011 16:02:42 +0000 (11:02 -0500)
committerDavid Lawrence <dlawrence@mozilla.com>
Tue, 1 Feb 2011 16:02:42 +0000 (11:02 -0500)
r=reed,a=LpSolit

https://bugzilla.mozilla.org/show_bug.cgi?id=507211

template/en/default/bug/create/create.html.tmpl

index 57a267753c7f0cc95085335470a2e029889f9b01..9c27bff24165cf879379d51a0f664ebfe2ca021e 100644 (file)
@@ -590,8 +590,8 @@ TUI_hide_default('expert_fields');
           [% ' checked="checked"' IF comment_is_private %]
                onClick="updateCommentTagControl(this, 'comment')">
         <label for="comment_is_private">
-          Make description private (visible only to members of the 
-          <strong>[% Param('insidergroup') FILTER html %]</strong> group)
+          Make description and any new attachment private (visible only to members 
+          of the <strong>[% Param('insidergroup') FILTER html %]</strong> group)
         </label>
       </td>
     </tr>