summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2007-07-24 04:51:03 +0200
committertimeless%mozdev.org <>2007-07-24 04:51:03 +0200
commit4db8f6e2cfcaad4cad3b33e85659e416395eba67 (patch)
treec130f0c11dbb85c67b5e533d1613293173dee9e8
parent8e32409b83feed1df480f17f7b26535922f97b66 (diff)
downloadbugzilla-4db8f6e2cfcaad4cad3b33e85659e416395eba67.tar.gz
bugzilla-4db8f6e2cfcaad4cad3b33e85659e416395eba67.tar.xz
Bug 213831 "Update" is ambiguous/confusing to sleepy admins
r=wurblzap a=lpsolit
-rw-r--r--template/en/default/admin/components/edit.html.tmpl2
-rw-r--r--template/en/default/admin/fieldvalues/edit.html.tmpl2
-rwxr-xr-xtemplate/en/default/admin/keywords/edit.html.tmpl2
-rw-r--r--template/en/default/admin/milestones/edit.html.tmpl2
-rw-r--r--template/en/default/admin/products/edit.html.tmpl2
-rw-r--r--template/en/default/admin/users/edit.html.tmpl2
-rw-r--r--template/en/default/admin/versions/edit.html.tmpl2
-rw-r--r--template/en/default/list/quips.html.tmpl2
8 files changed, 8 insertions, 8 deletions
diff --git a/template/en/default/admin/components/edit.html.tmpl b/template/en/default/admin/components/edit.html.tmpl
index 0e3415da4..0e5b57973 100644
--- a/template/en/default/admin/components/edit.html.tmpl
+++ b/template/en/default/admin/components/edit.html.tmpl
@@ -122,7 +122,7 @@
<input type="hidden" name="componentold" value="[% comp.name FILTER html %]">
<input type="hidden" name="product" value="[% product.name FILTER html %]">
<input type="hidden" name="token" value="[% token FILTER html %]">
- <input type="submit" value="Update" id="update"> or <a
+ <input type="submit" value="Save Changes" id="update"> or <a
href="editcomponents.cgi?action=del&amp;product=
[%- product.name FILTER url_quote %]&amp;component=
[%- comp.name FILTER url_quote %]">Delete</a> this component.
diff --git a/template/en/default/admin/fieldvalues/edit.html.tmpl b/template/en/default/admin/fieldvalues/edit.html.tmpl
index efce7b255..ad29a4855 100644
--- a/template/en/default/admin/fieldvalues/edit.html.tmpl
+++ b/template/en/default/admin/fieldvalues/edit.html.tmpl
@@ -63,7 +63,7 @@
<input type="hidden" name="action" value="update">
<input type="hidden" name="field" value="[% field.name FILTER html %]">
<input type="hidden" name="token" value="[% token FILTER html %]">
- <input type="submit" id="update" value="Update">
+ <input type="submit" id="update" value="Save Changes">
</form>
[% PROCESS admin/fieldvalues/footer.html.tmpl
diff --git a/template/en/default/admin/keywords/edit.html.tmpl b/template/en/default/admin/keywords/edit.html.tmpl
index 81f072b8b..ea62aeaf1 100755
--- a/template/en/default/admin/keywords/edit.html.tmpl
+++ b/template/en/default/admin/keywords/edit.html.tmpl
@@ -63,7 +63,7 @@
</tr>
</table>
- <input type="submit" id="update" value="Update">
+ <input type="submit" id="update" value="Save Changes">
<input type="hidden" name="action" value="update">
<input type="hidden" name="id" value="[% keyword.id FILTER html %]">
<input type="hidden" name="token" value="[% token FILTER html %]">
diff --git a/template/en/default/admin/milestones/edit.html.tmpl b/template/en/default/admin/milestones/edit.html.tmpl
index fbe0dd879..f2dec7663 100644
--- a/template/en/default/admin/milestones/edit.html.tmpl
+++ b/template/en/default/admin/milestones/edit.html.tmpl
@@ -54,7 +54,7 @@
<input type="hidden" name="milestoneold" value="[% milestone.name FILTER html %]">
<input type="hidden" name="action" value="update">
<input type="hidden" name="product" value="[% product.name FILTER html %]">
- <input type="submit" id="update" value="Update">
+ <input type="submit" id="update" value="Save Changes">
<input type="hidden" name="token" value="[% token FILTER html %]">
</form>
diff --git a/template/en/default/admin/products/edit.html.tmpl b/template/en/default/admin/products/edit.html.tmpl
index 8816ed12b..256896043 100644
--- a/template/en/default/admin/products/edit.html.tmpl
+++ b/template/en/default/admin/products/edit.html.tmpl
@@ -138,7 +138,7 @@ versions:</a>
<input type="hidden" name="token" value="[% token FILTER html %]">
<input type="hidden" name="classification"
value="[% classification.name FILTER html %]">
- <input type="submit" name="submit" value="Update">
+ <input type="submit" name="submit" value="Save Changes">
</form>
[% PROCESS "admin/products/footer.html.tmpl"
diff --git a/template/en/default/admin/users/edit.html.tmpl b/template/en/default/admin/users/edit.html.tmpl
index 05b60e4a6..8ababb82e 100644
--- a/template/en/default/admin/users/edit.html.tmpl
+++ b/template/en/default/admin/users/edit.html.tmpl
@@ -110,7 +110,7 @@
</table>
<p>
- <input type="submit" id="update" value="Update" />
+ <input type="submit" id="update" value="Save Changes" />
<input type="hidden" name="userid" value="[% otheruser.id %]" />
<input type="hidden" name="action" value="update" />
<input type="hidden" name="token" value="[% token FILTER html %]">
diff --git a/template/en/default/admin/versions/edit.html.tmpl b/template/en/default/admin/versions/edit.html.tmpl
index 632c7a5e7..e1ea834ef 100644
--- a/template/en/default/admin/versions/edit.html.tmpl
+++ b/template/en/default/admin/versions/edit.html.tmpl
@@ -49,7 +49,7 @@
<input type="hidden" name="action" value="update">
<input type="hidden" name="product" value="[% product.name FILTER html %]">
<input type="hidden" name="token" value="[% token FILTER html %]">
- <input type="submit" id="update" value="Update">
+ <input type="submit" id="update" value="Save Changes">
</form>
[% PROCESS admin/versions/footer.html.tmpl
diff --git a/template/en/default/list/quips.html.tmpl b/template/en/default/list/quips.html.tmpl
index 32529f4cc..566b62e52 100644
--- a/template/en/default/list/quips.html.tmpl
+++ b/template/en/default/list/quips.html.tmpl
@@ -148,7 +148,7 @@
+'value="Check All" onclick="SetCheckboxes(true);">');
//--></script>
- <input type="submit" id="update" value="Update">
+ <input type="submit" id="update" value="Save Changes">
</form>
<br>
[% END %]