]> 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:00:46 +0000 (11:00 -0500)
committerDavid Lawrence <dlawrence@mozilla.com>
Tue, 1 Feb 2011 16:00:46 +0000 (11:00 -0500)
r=reed,a=LpSolit

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

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

index 8c717760ed9da15466414ff899b802e1e3634f70..87f86e99f9c395a961ca3b924d4bf008a8f60dc7 100644 (file)
@@ -593,8 +593,8 @@ TUI_hide_default('attachment_text_field');
           [% ' 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>