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 185bb9e3c9c067e73daf40672933d98cfc65f215..0297fee34f41af243d548b0b8f38a68ef770c749 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 |
@@ -525,10 +525,10 @@ void AddDeviceStrings(content::WebUIDataSource* html_source) { |
arraysize(keyboard_strings)); |
LocalizedString note_strings[] = { |
- {"noteTitle", IDS_SETTINGS_NOTE_TITLE}, |
- {"noteDefaultAppAutoLaunch", IDS_SETTINGS_NOTE_DEFAULT_APP_AUTO_LAUNCH}, |
- {"noteFindMoreApps", IDS_SETTINGS_NOTE_FIND_MORE_APPS} |
- }; |
+ {"noteTitle", IDS_SETTINGS_NOTE_TITLE}, |
+ {"noteEnableAshPalette", IDS_SETTINGS_NOTE_ENABLE_ASH_PALETTE}, |
+ {"noteDefaultAppAutoLaunch", IDS_SETTINGS_NOTE_DEFAULT_APP_AUTO_LAUNCH}, |
+ {"noteFindMoreApps", IDS_SETTINGS_NOTE_FIND_MORE_APPS}}; |
AddLocalizedStringsBulk(html_source, note_strings, |
arraysize(note_strings)); |