Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3651)

Unified Diff: chrome/app/generated_resources.grd

Issue 8624008: Make malicious content download warning include the download filename (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Address Asanka's comment. Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/active_downloads.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 6795086db0c7036fe3e64f8215402372109a7e40..fa7a5fbc937b86a75395249dc149835f0b6de1e1 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -2303,7 +2303,6 @@ are declared in build/common.gypi.
<message name="IDS_DOWNLOAD_UNCONFIRMED_PREFIX" desc="The prefix used in the unconfirmed download file.">
Unconfirmed
</message>
-
<message name="IDS_PROMPT_DANGEROUS_DOWNLOAD"
desc="Message shown to the user to validate the download of a dangerous file.">
This type of file can harm your computer. Do you want to keep <ph name="FILE_NAME">$1<ex>malware.exe</ex></ph> anyway?
@@ -2312,10 +2311,14 @@ are declared in build/common.gypi.
desc="Message shown to the user to validate the download of an extension file.">
Extensions, apps, and themes can harm your computer. Are you sure you want to continue?
</message>
- <message name="IDS_PROMPT_UNSAFE_DOWNLOAD_URL"
+ <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. Do you want to keep it anyway?
</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.">
+ This file is malicious. Do you want to keep <ph name="FILE_NAME">$1<ex>malware.exe</ex></ph> anyway?
+ </message>
<message name="IDS_CONFIRM_DOWNLOAD"
desc="Text for the button used to validate the downloading of a dangerous download.">
Keep
« no previous file with comments | « no previous file | chrome/browser/resources/active_downloads.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698