| Index: chrome/app/google_chrome_strings.grd
|
| diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd
|
| index 7cf437ceee64cf8017dfc2c2a61bb29ab3e87e01..a5655ed700adced2053ecbffa340d63051455541 100644
|
| --- a/chrome/app/google_chrome_strings.grd
|
| +++ b/chrome/app/google_chrome_strings.grd
|
| @@ -544,16 +544,16 @@ Google Chrome is unable to recover your settings.
|
|
|
| <message name="IDS_PROMPT_DOWNLOAD_CHANGES_SETTINGS"
|
| desc="Message shown on the download shelf when the download is known to change settings in the browser.">
|
| - <ph name="FILE_NAME">$1<ex>bla.exe</ex></ph> may harm your browsing experience, so Chrome has blocked it.
|
| + <ph name="FILE_NAME">$1<ex>bla.exe</ex></ph> may be dangerous, so Chrome has blocked it.
|
| </message>
|
|
|
| <message name="IDS_PROMPT_MALICIOUS_DOWNLOAD_URL"
|
| desc="Message shown to the user to validate the download when the download url is classified to lead to malware by the safebrowsing database.">
|
| - This file is malicious, and Chrome has blocked it.
|
| + This file is dangerous, so Chrome has blocked it.
|
| </message>
|
| <message name="IDS_PROMPT_MALICIOUS_DOWNLOAD_CONTENT"
|
| desc="Message shown to the user to validate the download when the download content is classified to lead to malware by safebrowsing.">
|
| - <ph name="FILE_NAME">$1<ex>malware.exe</ex></ph> is malicious, and Chrome has blocked it.
|
| + <ph name="FILE_NAME">$1<ex>malware.exe</ex></ph> is dangerous, so Chrome has blocked it.
|
| </message>
|
| <message name="IDS_BLOCK_REASON_DANGEROUS_DOWNLOAD"
|
| desc="Message shown to the user on chrome://downloads page to explain that this download is blocked because it is malware.">
|
|
|