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

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: Changing string id and description. 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
« no previous file with comments | « no previous file | chrome/browser/ui/content_settings/content_setting_bubble_model.cc » ('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 f31abb764df9c542f14d627a09091a92c5cf30b7..36017c2c40223597f40bf55d175b1f8ea5299631 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -2556,6 +2556,12 @@ Even if you have downloaded files from this website before, the website might ha
<message name="IDS_BLOCKED_COOKIES_NO_ACTION" desc="Radio button choice to continue blocking a site from setting cookies, displayed in bubble when a page tries to set cookies.">
Continue blocking cookies
</message>
+ <message name="IDS_ALLOWED_COOKIES_NO_ACTION" desc="Radio button to keep allowing the cookies">
+ Continue allowing cookies
+ </message>
+ <message name="IDS_ALLOWED_COOKIES_BLOCK" desc="Radio button to block the cookies">
+ Never allow to show cookies on <ph name="HOST">$1<ex>example.com</ex></ph>
Bernhard Bauer 2015/06/04 10:15:08 The corresponding message to unblock cookies is "A
Deepak 2015/06/04 10:38:20 Correct!!. Changes done.. I also observe that usi
Bernhard Bauer 2015/06/04 11:51:15 Good catch! Now that you mention it, I find more i
+ </message>
<message name="IDS_BLOCKED_IMAGES_NO_ACTION" desc="Radio button choice to continue blocking a site from showing images, displayed in bubble when a page tries to display images.">
Continue blocking images
</message>
« no previous file with comments | « no previous file | chrome/browser/ui/content_settings/content_setting_bubble_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698