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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 1150343004: Changing string id for CONTENT_SETTINGS_TYPE_COOKIES for block and allow case. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 824248c419a6ae985d359806d8d6f1aea046319f..08986a82a11e990361f0033e4a8bbfd3e74de6d1 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -2550,6 +2550,9 @@ Even if you have downloaded files from this website before, the website might ha
<message name="IDS_BLOCKED_COOKIES_UNBLOCK" desc="Radio button choice to unblock a site from setting cookies, displayed in bubble when a page tries to set cookies.">
Always allow <ph name="HOST">$1<ex>mail.google.com</ex></ph> to set cookies
</message>
+ <message name="IDS_BLOCKED_COOKIES_ALLOW" desc="Radio button choice to allow a site for setting cookies, displayed in bubble when a page tries to set cookies.">
+ Always allow <ph name="HOST">$1<ex>mail.google.com</ex></ph> to set cookies
+ </message>
<message name="IDS_BLOCKED_IMAGES_UNBLOCK" desc="Radio button choice to unblock a site from showing images, displayed in bubble when a page tries to display images.">
Always allow <ph name="HOST">$1<ex>mail.google.com</ex></ph> to show images
</message>

Powered by Google App Engine
This is Rietveld 408576698