| 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 7e09301537cdd7bbd314b55b456ad4464f37903c..63be5e66a875394ccf3abb16264e06f6c9aa45f4 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| @@ -394,7 +394,8 @@ void BrowserOptionsHandler::GetLocalizedValues(DictionaryValue* values) {
|
| IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE_RESTART },
|
| // Strings with product-name substitutions.
|
| { "syncOverview", IDS_SYNC_OVERVIEW, IDS_PRODUCT_NAME },
|
| - { "syncButtonTextStart", IDS_SYNC_START_SYNC_BUTTON_LABEL,
|
| + { "syncButtonTextStart", IDS_SYNC_SETUP_BUTTON_LABEL },
|
| + { "syncButtonTextSignIn", IDS_SYNC_START_SYNC_BUTTON_LABEL,
|
| IDS_SHORT_PRODUCT_NAME },
|
| #endif
|
| { "profilesSingleUser", IDS_PROFILES_SINGLE_USER_MESSAGE,
|
|
|