| Index: chrome/browser/ui/webui/options2/browser_options_handler2.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/options2/browser_options_handler2.cc (revision 116378)
|
| +++ chrome/browser/ui/webui/options2/browser_options_handler2.cc (working copy)
|
| @@ -88,6 +88,8 @@
|
| { "instantConfirmTitle", IDS_INSTANT_OPT_IN_TITLE },
|
| { "instantConfirmMessage", IDS_INSTANT_OPT_IN_MESSAGE },
|
| { "defaultBrowserGroupName", IDS_OPTIONS_DEFAULTBROWSER_GROUP_NAME },
|
| + { "advancedGroupName", IDS_OPTIONS_ADVANCED_TAB_LABEL },
|
| + { "advancedOptionsButtonTitle", IDS_OPTIONS_ADVANCED_BUTTON_TITLE },
|
| };
|
|
|
| RegisterStrings(localized_strings, resources, arraysize(resources));
|
| @@ -111,6 +113,9 @@
|
| localized_strings->SetString("autoLaunchText",
|
| l10n_util::GetStringFUTF16(IDS_AUTOLAUNCH_TEXT,
|
| l10n_util::GetStringUTF16(IDS_PRODUCT_NAME)));
|
| + localized_strings->SetString("advancedGroupDescription",
|
| + l10n_util::GetStringFUTF16(IDS_OPTIONS_ADVANCED_GROUP_DESCRIPTION,
|
| + l10n_util::GetStringUTF16(IDS_PRODUCT_NAME)));
|
| }
|
|
|
| void BrowserOptionsHandler::RegisterMessages() {
|
|
|