| Index: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
|
| diff --git a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
|
| index 3e659775da6489d206e5e962574bd9b01b4f6338..92186034a89d1375be5836b8a6c4503d0fe784a8 100644
|
| --- a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
|
| +++ b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
|
| @@ -302,7 +302,9 @@ void AddAppearanceStrings(content::WebUIDataSource* html_source,
|
| Profile* profile) {
|
| LocalizedString localized_strings[] = {
|
| {"appearancePageTitle", IDS_SETTINGS_APPEARANCE},
|
| - {"exampleDotCom", IDS_SETTINGS_EXAMPLE_DOT_COM},
|
| + {"customWebAddress", IDS_SETTINGS_CUSTOM_WEB_ADDRESS},
|
| + {"enterCustomWebAddress", IDS_SETTINGS_ENTER_CUSTOM_WEB_ADDRESS},
|
| + {"homeButtonDisabled", IDS_SETTINGS_HOME_BUTTON_DISABLED},
|
| {"themes", IDS_SETTINGS_THEMES},
|
| #if defined(OS_LINUX) && !defined(OS_CHROMEOS)
|
| {"systemTheme", IDS_SETTINGS_SYSTEM_THEME},
|
| @@ -315,7 +317,6 @@ void AddAppearanceStrings(content::WebUIDataSource* html_source,
|
| {"showHomeButton", IDS_SETTINGS_SHOW_HOME_BUTTON},
|
| {"showBookmarksBar", IDS_SETTINGS_SHOW_BOOKMARKS_BAR},
|
| {"homePageNtp", IDS_SETTINGS_HOME_PAGE_NTP},
|
| - {"other", IDS_SETTINGS_OTHER},
|
| {"changeHomePage", IDS_SETTINGS_CHANGE_HOME_PAGE},
|
| {"themesGalleryUrl", IDS_THEMES_GALLERY_URL},
|
| {"chooseFromWebStore", IDS_SETTINGS_WEB_STORE},
|
|
|