| Index: chrome/app/chromium_strings.grd
|
| diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd
|
| index 0990a82bdbf9683a2afc15db3ed0c60d6a5d1836..d8029de5cd31684181267d31a2d853f1fc57043f 100644
|
| --- a/chrome/app/chromium_strings.grd
|
| +++ b/chrome/app/chromium_strings.grd
|
| @@ -593,17 +593,14 @@ Chromium is unable to recover your settings.
|
| </message>
|
|
|
| <!-- Remove in-progress downloads confirmation dialog -->
|
| - <message name="IDS_SINGLE_DOWNLOAD_REMOVE_CONFIRM_WARNING" desc="Title of the dialog asking for user confirmation to close the browser when one download is in-progress.">
|
| - Do you want to exit Chromium with a download in progress?
|
| + <message name="IDS_SINGLE_DOWNLOAD_REMOVE_CONFIRM_EXPLANATION" desc="Explanation of the dialog asking for user confirmation to close the browser when one download is in progress.">
|
| + A download is currently in progress. Do you want to exit Chromium and cancel the download?
|
| </message>
|
| - <message name="IDS_MULTIPLE_DOWNLOADS_REMOVE_CONFIRM_WARNING" desc="Title of the dialog asking for user confirmation to close the browser when multiple downloads are in-progress.">
|
| - Do you want to exit Chromium with <ph name="DOWNLOAD_COUNT">$1<ex>3</ex></ph> downloads in progress?
|
| + <message name="IDS_MULTIPLE_DOWNLOADS_REMOVE_CONFIRM_EXPLANATION" desc="Explanation of the dialog asking for user confirmation to close the browser when multiple downloads are in progress.">
|
| + Downloads are currently in progress. Do you want to exit Chromium and cancel the downloads?
|
| </message>
|
| - <message name="IDS_SINGLE_DOWNLOAD_REMOVE_CONFIRM_EXPLANATION" desc="Explanation of the dialog asking for user confirmation to close the browser when one download is in-progress.">
|
| - If you close Chromium now, this download will be canceled.
|
| - </message>
|
| - <message name="IDS_MULTIPLE_DOWNLOADS_REMOVE_CONFIRM_EXPLANATION" desc="Explanation of the dialog asking for user confirmation to close the browser when multiple downloads are in-progress.">
|
| - If you close Chromium now, these downloads will be canceled.
|
| + <message name="IDS_DOWNLOAD_REMOVE_CONFIRM_OK_BUTTON_LABEL" desc="Button text for OKing to close the browser when one or more downloads are in progress.">
|
| + Yes, exit Chromium
|
| </message>
|
|
|
| <!-- "Create application shortcuts" dialog -->
|
|
|