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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 147593002: Implement new dangerous download reporting dialog for UNCOMMON_DOWNLOAD, in Views (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo Created 6 years, 11 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 225f0d24c87942f1d9bc6cc8857ceb6d74340803..8518abb932c6317a4da502d5b016dc91b3e7e7f8 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -2148,6 +2148,20 @@ Even if you have downloaded files from this website before, the website might ha
No
</message>
+ <!-- Dialog that asks whether user wants to participate in download feedback service -->
+ <message name="IDS_FEEDBACK_SERVICE_DIALOG_TITLE" desc="Title of the dialog asking whether the user wants to upload suspected malicious files for analysis">
+ Help make Chrome better
+ </message>
+ <message name="IDS_FEEDBACK_SERVICE_DIALOG_EXPLANATION" desc="Explanation of the dialog asking whether the user wants to upload suspected malicious files for analysis">
+ You can help make Chrome safer and easier to use by sending suspicious downloaded files to Google.
+ </message>
+ <message name="IDS_FEEDBACK_SERVICE_DIALOG_OK_BUTTON_LABEL" desc="Button text for opting in">
Peter Kasting 2014/02/04 21:56:33 Nit: How about: "Button that elects to upload susp
felt 2014/02/04 23:37:22 Done.
+ Yes, I want to help
+ </message>
+ <message name="IDS_FEEDBACK_SERVICE_DIALOG_CANCEL_BUTTON_LABEL" desc="Button text for opting out (default button)">
+ No, thanks
+ </message>
+
<!-- "Create application shortcuts" menu item -->
<if expr="not pp_ifdef('use_titlecase')">
<message name="IDS_CREATE_SHORTCUTS" desc="Default installation menu label">

Powered by Google App Engine
This is Rietveld 408576698