Chromium Code Reviews| Index: chrome/app/google_chrome_strings.grd |
| diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd |
| index 8eb15093e9bc39c799b970a137758e9d8deae4ce..b1fe4bbd800c5bdad1c6dd67e3262195b9585ed7 100644 |
| --- a/chrome/app/google_chrome_strings.grd |
| +++ b/chrome/app/google_chrome_strings.grd |
| @@ -563,15 +563,25 @@ Google Chrome is unable to recover your settings. |
| </message> |
| <!-- Remove in-progress downloads confirmation dialog --> |
| - <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 Google Chrome and cancel the download? |
| + <message name="IDS_DOWNLOAD_REMOVE_CONFIRM_EXPLANATION" desc="Explanation of the dialog asking for user confirmation to close the browser when one or more downloads are in progress. [ICU Syntax]"> |
| + {NUM_DOWNLOAD, plural, |
| + =1 {A download is currently in progress. Do you want to cancel the download and exit Google Chrome?} |
| + other {# downloads are currently in progress. Do you want to cancel the downloads and exit Google Chrome?}} |
| </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."> |
| - Downloads are currently in progress. Do you want to exit Google Chrome and cancel the downloads? |
| + <if expr="is_macosx"> |
| + <message name="IDS_DOWNLOAD_REMOVE_CONFIRM_OK_BUTTON_LABEL" desc="In Title Case: Button text for OKing to and close the browser when one or more downloads are in progress. If necessary, add '#' for plural cases. [ICU Syntax]"> |
| + {NUM_DOWNLOAD, plural, |
| + =1 {Cancel Download and Quit Google Chrome} |
|
Peter Kasting
2015/05/01 21:11:29
Here we used to use "Chrome" instead of "Google Ch
jungshik at Google
2015/05/01 22:25:58
I agree with you. Will update.
|
| + other {Cancel Downloads and Quit Google Chrome}} |
| </message> |
| - <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 Chrome |
| + </if> |
| + <if expr="not is_macosx"> |
| + <message name="IDS_DOWNLOAD_REMOVE_CONFIRM_OK_BUTTON_LABEL" desc="Button text for OKing to and close the browser when one or more downloads are in progress. If necessary, add '#' for plural cases. [ICU Syntax]"> |
| + {NUM_DOWNLOAD, plural, |
| + =1 {Cancel download and exit Google Chrome} |
| + other {Cancel downloads and exit Google Chrome}} |
| </message> |
| + </if> |
| <!-- Quit all apps confirmation dialog --> |
| <if expr="is_macosx"> |