summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/edit.html.tmpl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-07-20 06:20:44 +0200
committermkanat%bugzilla.org <>2009-07-20 06:20:44 +0200
commitb898698bd31de48e784a4145cd0fabcb0f7943bf (patch)
tree0fb533f8e7eaa2de8778c8480aa1a0e78c31189d /template/en/default/bug/edit.html.tmpl
parent98c951d9ecebee4ddbacd89a06e40281a1abf6db (diff)
downloadbugzilla-b898698bd31de48e784a4145cd0fabcb0f7943bf.tar.gz
bugzilla-b898698bd31de48e784a4145cd0fabcb0f7943bf.tar.xz
Bug 490928: Use a clearer word than "Commit" for filing and updating bugs.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default/bug/edit.html.tmpl')
-rw-r--r--template/en/default/bug/edit.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index 50cf575b2..1eb3ad8a1 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -1160,7 +1160,8 @@
[% 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 %]