Index: chrome/browser/ui/webui/options/browser_options_handler.cc |
diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc |
index 4d4a848d87b9bfaa156f4caeadd93984541064d4..9a1d6d78e7a02158e8f93e82f50b0f97b04f60cc 100644 |
--- a/chrome/browser/ui/webui/options/browser_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/browser_options_handler.cc |
@@ -293,9 +293,9 @@ void BrowserOptionsHandler::GetLocalizedValues(base::DictionaryValue* values) { |
IDS_OPTIONS_PRIVACY_CONTENT_SETTINGS_BUTTON }, |
{ "profileAddPersonEnable", IDS_PROFILE_ADD_PERSON_ENABLE }, |
{ "profileBrowserGuestEnable", IDS_PROFILE_BROWSER_GUEST_ENABLE }, |
- { "profilesCreate", IDS_NEW_PROFILES_CREATE_BUTTON_LABEL }, |
- { "profilesDelete", IDS_NEW_PROFILES_DELETE_BUTTON_LABEL }, |
- { "profilesDeleteSingle", IDS_NEW_PROFILES_DELETE_SINGLE_BUTTON_LABEL }, |
+ { "profilesCreate", IDS_PROFILES_CREATE_BUTTON_LABEL }, |
+ { "profilesDelete", IDS_PROFILES_DELETE_BUTTON_LABEL }, |
+ { "profilesDeleteSingle", IDS_PROFILES_DELETE_SINGLE_BUTTON_LABEL }, |
{ "profilesListItemCurrent", IDS_PROFILES_LIST_ITEM_CURRENT }, |
{ "profilesManage", IDS_PROFILES_MANAGE_BUTTON_LABEL }, |
{ "profilesSupervisedDashboardTip", |
@@ -317,7 +317,7 @@ void BrowserOptionsHandler::GetLocalizedValues(base::DictionaryValue* values) { |
IDS_OPTIONS_SAFEBROWSING_ENABLE_EXTENDED_REPORTING }, |
{ "sectionTitleAppearance", IDS_APPEARANCE_GROUP_NAME }, |
{ "sectionTitleDefaultBrowser", IDS_OPTIONS_DEFAULTBROWSER_GROUP_NAME }, |
- { "sectionTitleUsers", IDS_NEW_PROFILES_OPTIONS_GROUP_NAME }, |
+ { "sectionTitleUsers", IDS_PROFILES_OPTIONS_GROUP_NAME }, |
{ "sectionTitleProxy", IDS_OPTIONS_PROXY_GROUP_NAME }, |
{ "sectionTitleSearch", IDS_OPTIONS_DEFAULTSEARCH_GROUP_NAME }, |
{ "sectionTitleStartup", IDS_OPTIONS_STARTUP_GROUP_NAME }, |