Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
<tr>
<th> </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;">
[% 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 %]