summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/components
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 /template/en/default/admin/components
parent8e32409b83feed1df480f17f7b26535922f97b66 (diff)
downloadbugzilla-4db8f6e2cfcaad4cad3b33e85659e416395eba67.tar.gz
bugzilla-4db8f6e2cfcaad4cad3b33e85659e416395eba67.tar.xz
Bug 213831 "Update" is ambiguous/confusing to sleepy admins
r=wurblzap a=lpsolit
Diffstat (limited to 'template/en/default/admin/components')
-rw-r--r--template/en/default/admin/components/edit.html.tmpl2
1 files changed, 1 insertions, 1 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.