]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 490928: Use a clearer word than "Commit" for filing and updating bugs.
authormkanat%bugzilla.org <>
Mon, 20 Jul 2009 04:20:44 +0000 (04:20 +0000)
committermkanat%bugzilla.org <>
Mon, 20 Jul 2009 04:20:44 +0000 (04:20 +0000)
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit

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

index e26e0a29ae1ec49418571ed1d868e12ee1a90ea4..531e9374bf2bfd2fdb437757ea220984a7be3bdf 100644 (file)
@@ -631,7 +631,7 @@ TUI_hide_default('expert_fields');
   <tr>
     <th>&nbsp;</th>
     <td colspan="3">
-      <input type="submit" id="commit" value="Commit"
+      <input type="submit" id="commit" value="Submit [% terms.Bug %]"
              onclick="if (this.form.short_desc.value == '')
              { alert('Please enter a summary sentence for this [% terms.bug %].');
                return false; } return true;">
index 50cf575b246f7c07cba34b8fcdb95aed998afebc..1eb3ad8a1f0a87ec0e65eac2f48455a47a5f1af6 100644 (file)
 [% BLOCK commit_button %]
   [% IF user.id %]
     <div class="knob-buttons">
-      <input type="submit" value="Commit" id="commit[% id FILTER css_class_quote %]">
+      <input type="submit" value="Save Changes" 
+             id="commit[% id FILTER css_class_quote %]">
       [% IF bug.user.canmove %]
         <input type="submit" name="action" id="action[% id FILTER css_class_quote %]" value="[% Param("move-button-text") %]">
       [% END %]