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

Unified Diff: chrome/app/generated_resources.grd

Issue 6043: Added dangerous download prompting. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 months 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
Index: chrome/app/generated_resources.grd
===================================================================
--- chrome/app/generated_resources.grd (revision 2758)
+++ chrome/app/generated_resources.grd (working copy)
@@ -1145,6 +1145,19 @@
Cancel
</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. Are you sure you want to download <ph name="FILE_NAME">$1<ex>malware.exe</ex></ph>?
+ </message>
+ <message name="IDS_SAVE_DOWNLOAD"
+ desc="Text for the button used to validate the downloading of a dangerous download.">
+ Save
+ </message>
+ <message name="IDS_DISCARD_DOWNLOAD"
+ desc="Text for the button used to stop a dangerous download.">
+ Discard
+ </message>
+
<!-- Download Tab Items -->
<message name="IDS_DOWNLOAD_LINK_PAUSE"
desc="In the download view, 'Pause' link text">

Powered by Google App Engine
This is Rietveld 408576698