diff options
author | felt@chromium.org <felt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-22 05:41:25 +0000 |
---|---|---|
committer | felt@chromium.org <felt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-22 05:41:25 +0000 |
commit | 36fa39d964d26552ce5ee039a4fbda36e95163f7 (patch) | |
tree | 8d8434750bfcb7ada1ecb276aed57bd0a42b50df | |
parent | 9ad936a98ac624b142ab3c41ec092088fc3f1778 (diff) | |
download | chromium_src-36fa39d964d26552ce5ee039a4fbda36e95163f7.zip chromium_src-36fa39d964d26552ce5ee039a4fbda36e95163f7.tar.gz chromium_src-36fa39d964d26552ce5ee039a4fbda36e95163f7.tar.bz2 |
Update the potentially unwanted download warning string
BUG=375571
TBR=cpu@chromium.org
Review URL: https://codereview.chromium.org/295983006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272113 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/chromium_strings.grd | 2 | ||||
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd index 2b51a63..cd6c6aa 100644 --- a/chrome/app/chromium_strings.grd +++ b/chrome/app/chromium_strings.grd @@ -636,7 +636,7 @@ Chromium 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 in a malicious way."> - <ph name="FILE_NAME">$1<ex>bla.exe</ex></ph> makes settings changes similar to some malware, so Chromium has blocked it. + <ph name="FILE_NAME">$1<ex>bla.exe</ex></ph> may harm your browsing experience, so Chromium has blocked it. </message> <message name="IDS_PROMPT_MALICIOUS_DOWNLOAD_URL" diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index 77efa6e..097a8eb 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -560,7 +560,7 @@ 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> makes settings changes similar to some malware, so Chrome has blocked it. + <ph name="FILE_NAME">$1<ex>bla.exe</ex></ph> may harm your browsing experience, so Chrome has blocked it. </message> <message name="IDS_PROMPT_MALICIOUS_DOWNLOAD_URL" |