Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4073)

Unified Diff: chrome/browser/ui/webui/options/browser_options_handler.cc

Issue 14691004: [sync] Separate sign in from sync on Desktop Chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698