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

Unified Diff: chrome/app/generated_resources.grd

Issue 7070001: Change "Save" to "Keep" in dangerous download confirmation prompt. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update again Created 9 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/download/download_item_controller.mm » ('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 3bb6c387eba7637aa8ad41032ff0e2d86919e1ee..1851bc197ca8e7e15d6df78bc0e5f800f90d4d04 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -2178,7 +2178,7 @@ Other platform defines such as use_titlecase are declared in build/common.gypi.
<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>?
+ This type of file can harm your computer. Do you want to keep <ph name="FILE_NAME">$1<ex>malware.exe</ex></ph> anyway?
</message>
<message name="IDS_PROMPT_DANGEROUS_DOWNLOAD_EXTENSION"
desc="Message shown to the user to validate the download of an extension file.">
@@ -2186,11 +2186,11 @@ Other platform defines such as use_titlecase are declared in build/common.gypi.
</message>
<message name="IDS_PROMPT_UNSAFE_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. Are you sure you want to continue?
+ This file is malicious. Do you want to keep it anyway?
</message>
- <message name="IDS_SAVE_DOWNLOAD"
+ <message name="IDS_CONFIRM_DOWNLOAD"
desc="Text for the button used to validate the downloading of a dangerous download.">
- Save
+ Keep
</message>
<message name="IDS_CONTINUE_EXTENSION_DOWNLOAD"
desc="Text for the button used to validate the installation of an extension.">
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/download/download_item_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698