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

Unified Diff: chrome/browser/resources/options/content_settings.html

Issue 1005303002: Fix for console error while selecting 'Keep local data only unitl you quit..' in cookies in content… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/webui/options/content_settings_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/content_settings.html
diff --git a/chrome/browser/resources/options/content_settings.html b/chrome/browser/resources/options/content_settings.html
index ecdbc4e24f6331b2c57eeeaaad47bc8e93857f57..5e17676030d532c41ca6f55bfff472b2e17b0c2c 100644
--- a/chrome/browser/resources/options/content_settings.html
+++ b/chrome/browser/resources/options/content_settings.html
@@ -20,7 +20,7 @@
<label>
<input type="radio" name="cookies" value="session">
<span>
- <span i18n-content="cookies_session_only"></span>
+ <span i18n-content="cookiesSession"></span>
<span class="controlled-setting-indicator"
content-setting="cookies" value="session"></span>
</span>
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/content_settings_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698