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

Unified Diff: chrome/browser/dom_ui/options/content_settings_handler.cc

Issue 6093001: Some RTL fixes for tabbed options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more Created 10 years 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
Index: chrome/browser/dom_ui/options/content_settings_handler.cc
diff --git a/chrome/browser/dom_ui/options/content_settings_handler.cc b/chrome/browser/dom_ui/options/content_settings_handler.cc
index d1bccf81efe1b3f1433bf1ba90baeaf8e496bbb8..76c52469cc5f5344cccfafa029755cb98aa222ab 100644
--- a/chrome/browser/dom_ui/options/content_settings_handler.cc
+++ b/chrome/browser/dom_ui/options/content_settings_handler.cc
@@ -178,7 +178,7 @@ void ContentSettingsHandler::GetLocalizedValues(
localized_strings->SetString("content_exceptions",
l10n_util::GetStringUTF16(IDS_COOKIES_EXCEPTIONS_BUTTON));
- localized_strings->SetString("contentSettingsPage",
+ localized_strings->SetString("content_settings_page",
James Hawkins 2010/12/23 01:53:28 nit: Sorry I missed this before. This isn't in a s
l10n_util::GetStringUTF16(IDS_CONTENT_SETTINGS_TITLE));
localized_strings->SetString("allowException",
l10n_util::GetStringUTF16(IDS_EXCEPTIONS_ALLOW_BUTTON));

Powered by Google App Engine
This is Rietveld 408576698