summaryrefslogtreecommitdiffstats
path: root/template
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
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')
-rw-r--r--template/en/default/bug/create/create.html.tmpl2
-rw-r--r--template/en/default/bug/edit.html.tmpl3
2 files changed, 3 insertions, 2 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl
index e26e0a29a..531e9374b 100644
--- a/template/en/default/bug/create/create.html.tmpl
+++ b/template/en/default/bug/create/create.html.tmpl
@@ -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;">
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 %]