diff options
author | mal@chromium.org <mal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-24 03:12:37 +0000 |
---|---|---|
committer | mal@chromium.org <mal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-24 03:12:37 +0000 |
commit | 7a6f3be632347291fb19708bd45e3051f613264e (patch) | |
tree | 5a9cd622e932a3ecb75108ff467aabf4fb4b72b0 /chrome/app | |
parent | c4eaca55f090aa2d3b5b61b604f456b7dbcfd99e (diff) | |
download | chromium_src-7a6f3be632347291fb19708bd45e3051f613264e.zip chromium_src-7a6f3be632347291fb19708bd45e3051f613264e.tar.gz chromium_src-7a6f3be632347291fb19708bd45e3051f613264e.tar.bz2 |
Minor string changes:
1. Change Clear All to Clear all (Sentence case for all labels)
2. Remove 'uncompleted' from the downloads in progress confirm,
and change 'remove' to just 'cancel' in all cases.
R= glen
BUG= 10954
TEST= Ctrl+J and check that the label in the upper right is 'Clear all'
with a lower-case a.
TEST= Close the browser with a download in progress and verify that the prompt
is
"You have 1 download(s) in progress. If you close Google Chrome now, these
downloads will be canceled."
and the cancel button is
"Close and cancel downloads"
Review URL: http://codereview.chromium.org/92114
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14410 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index fdde01c..ad9f703 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -1560,7 +1560,7 @@ each locale. --> </message> <message name="IDS_DOWNLOAD_LINK_CLEAR_ALL" desc="Clear all downloads link"> - Clear All + Clear all </message> <!-- Download Context Menu Items --> @@ -1595,10 +1595,10 @@ each locale. --> <!-- Remove in-progress downloads confirmation dialog --> <message name="IDS_DOWNLOAD_REMOVE_CONFIRM_TITLE" desc="Title of the dialog asking for user confirmation to close the browser when downloads are in-progress."> - You have <ph name="DOWNLOAD_COUNT">$1<ex>3</ex></ph> download(s) in progress. If you close Google Chrome, uncompleted downloads will be canceled and removed. + You have <ph name="DOWNLOAD_COUNT">$1<ex>3</ex></ph> download(s) in progress. If you close Google Chrome now, these downloads will be canceled. </message> <message name="IDS_DOWNLOAD_REMOVE_CONFIRM_OK_BUTTON_LABEL" desc="Button text for OKing to close the browser when downloads are in-progress."> - Close and remove downloads + Close and cancel downloads </message> <message name="IDS_DOWNLOAD_REMOVE_CONFIRM_CANCEL_BUTTON_LABEL" desc="Button text for canceling the closing of the browser when downloads are in-progress."> Wait for downloads to finish |