| Index: chrome/browser/ui/webui/options/chromeos/options_stylus_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/options_stylus_handler.cc b/chrome/browser/ui/webui/options/chromeos/options_stylus_handler.cc
|
| index d832ba9f4ca39872344dc3608055bff4d4ef7ab5..44d319ea98d591dc8a4dcee078867f1bc28344df 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/options_stylus_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/options_stylus_handler.cc
|
| @@ -48,7 +48,7 @@ void OptionsStylusHandler::GetLocalizedValues(
|
| l10n_util::GetStringUTF16(IDS_SETTINGS_STYLUS_ENABLE_STYLUS_TOOLS));
|
| localized_strings->SetString(
|
| "stylusFindMoreApps",
|
| - l10n_util::GetStringUTF16(IDS_SETTINGS_STYLUS_FIND_MORE_APPS));
|
| + l10n_util::GetStringUTF16(IDS_SETTINGS_STYLUS_FIND_MORE_APPS_PRIMARY));
|
| localized_strings->SetString(
|
| "stylusNoteTakingApp",
|
| l10n_util::GetStringUTF16(IDS_OPTIONS_STYLUS_NOTE_TAKING_APP_LABEL));
|
|
|