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

Unified Diff: chrome/browser/ui/webui/options/personal_options_handler.cc

Issue 9212007: Settings: Bring Appearance section in line with mocks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Build fix. Created 8 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:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/options/personal_options_handler.cc
diff --git a/chrome/browser/ui/webui/options/personal_options_handler.cc b/chrome/browser/ui/webui/options/personal_options_handler.cc
index da7ecc500fba3fd75bba969afd4ff518c1268877..777f1dbf442430f4d55f6570a81e72bc845e65b1 100644
--- a/chrome/browser/ui/webui/options/personal_options_handler.cc
+++ b/chrome/browser/ui/webui/options/personal_options_handler.cc
@@ -149,9 +149,9 @@ void PersonalOptionsHandler::GetLocalizedValues(
localized_strings->SetString("themesSetClassic",
l10n_util::GetStringUTF16(IDS_THEMES_SET_CLASSIC));
localized_strings->SetString("showWindowDecorations",
- l10n_util::GetStringUTF16(IDS_SHOW_WINDOW_DECORATIONS_RADIO));
+ l10n_util::GetStringUTF16(IDS_SHOW_WINDOW_DECORATIONS));
localized_strings->SetString("hideWindowDecorations",
- l10n_util::GetStringUTF16(IDS_HIDE_WINDOW_DECORATIONS_RADIO));
+ l10n_util::GetStringUTF16(IDS_HIDE_WINDOW_DECORATIONS));
#else
localized_strings->SetString("themes",
l10n_util::GetStringUTF16(IDS_THEMES_GROUP_NAME));

Powered by Google App Engine
This is Rietveld 408576698