diff options
| author | timeless%mozdev.org <> | 2007-07-24 02:51:03 +0000 |
|---|---|---|
| committer | timeless%mozdev.org <> | 2007-07-24 02:51:03 +0000 |
| commit | 4db8f6e2cfcaad4cad3b33e85659e416395eba67 (patch) | |
| tree | c130f0c11dbb85c67b5e533d1613293173dee9e8 /template/en/default/admin/products | |
| parent | 8e32409b83feed1df480f17f7b26535922f97b66 (diff) | |
| download | bugs-4db8f6e2cfcaad4cad3b33e85659e416395eba67.tar bugs-4db8f6e2cfcaad4cad3b33e85659e416395eba67.tar.gz bugs-4db8f6e2cfcaad4cad3b33e85659e416395eba67.tar.bz2 bugs-4db8f6e2cfcaad4cad3b33e85659e416395eba67.tar.xz bugs-4db8f6e2cfcaad4cad3b33e85659e416395eba67.zip | |
Bug 213831 "Update" is ambiguous/confusing to sleepy admins
r=wurblzap a=lpsolit
Diffstat (limited to 'template/en/default/admin/products')
| -rw-r--r-- | template/en/default/admin/products/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
