]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 314366 - "Enter the path to the file on your computer" assumes I choose a file...
authorCraig Parkinson <parkcra@gmail.com>
Tue, 8 Mar 2016 20:48:42 +0000 (20:48 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Tue, 8 Mar 2016 20:48:42 +0000 (20:48 +0000)
r=dkl

template/en/default/attachment/createformcontents.html.tmpl

index 293fc3d924f4bc84c9507ecb818ac861cb99f940..e6ca90c2d7e9f87a1597c1c0fdfcacede7cb20d8 100644 (file)
@@ -11,7 +11,7 @@
 <tr class="attachment_data">
   <th><label for="data">File</label>:</th>
   <td>
-    <em>Enter the path to the file on your computer</em> (or
+    (or
     <a id="attachment_data_controller" href="javascript:TUI_toggle_class('attachment_text_field');
                                              javascript:TUI_toggle_class('attachment_data')"
     >paste text as attachment</a>).<br>
@@ -31,9 +31,8 @@
   </td>
 </tr>
 <tr>
-  <th class="required"><label for="description">Description</label>:</th>
+  <th class="required"><label for="description">Brief Description</label>:</th>
   <td>
-    <em>Describe the attachment briefly.</em><br>
     <input type="text" id="description" name="description" class="required"
            size="60" maxlength="200">
   </td>