diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-21 17:21:21 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-21 17:21:21 +0000 |
commit | f91eb27b04e8807ec75e2310862a3679b631f12d (patch) | |
tree | ad74cc2380b202e19c0fa2b0c1c90d8807bfe9ad /chrome/app | |
parent | 82b8664b1250c39412af70c6278061ab5c346e01 (diff) | |
download | chromium_src-f91eb27b04e8807ec75e2310862a3679b631f12d.zip chromium_src-f91eb27b04e8807ec75e2310862a3679b631f12d.tar.gz chromium_src-f91eb27b04e8807ec75e2310862a3679b631f12d.tar.bz2 |
Bug 6474: Rename the Cancel button to Close in Clear Browsing Data.
At one point we changed the Clear Browsing Data dialog to remember
the values of the combobox and the checkboxes between runs. Like
with the Options dialog, changes you make take effect immediately
and as such having a Cancel button is misleading. Therefore, I am
proposing we rename it to Close.
BUG=6474
TEST=Open Clear Browsing Data dialog. The button should now say
Close.
Review URL: http://codereview.chromium.org/45019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12248 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 2e075f4..c7c5581 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -571,7 +571,8 @@ each locale. --> <message name="IDS_TASK_MANAGER" desc="The text label of the Task Manager menu item" > &Task manager </message> - <message name="IDS_CLOSE" desc="The close menu"> + <!-- This really belongs under Generic Terms above. --> + <message name="IDS_CLOSE" desc="A generic term for Close on buttons and menus."> Close </message> |