diff options
author | timeless%mozdev.org <> | 2007-07-24 04:51:03 +0200 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-07-24 04:51:03 +0200 |
commit | 4db8f6e2cfcaad4cad3b33e85659e416395eba67 (patch) | |
tree | c130f0c11dbb85c67b5e533d1613293173dee9e8 /template/en/default/list | |
parent | 8e32409b83feed1df480f17f7b26535922f97b66 (diff) | |
download | bugzilla-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/list')
-rw-r--r-- | template/en/default/list/quips.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 %] |