Index: chrome/browser/ui/webui/sync_setup_handler.cc |
diff --git a/chrome/browser/ui/webui/sync_setup_handler.cc b/chrome/browser/ui/webui/sync_setup_handler.cc |
index a5b3fafd53a6c805356d151a3158838e8345ae5d..7c6a6878ff1385d7300fcf4e313203929213ca06 100644 |
--- a/chrome/browser/ui/webui/sync_setup_handler.cc |
+++ b/chrome/browser/ui/webui/sync_setup_handler.cc |
@@ -222,7 +222,7 @@ void SyncSetupHandler::GetStaticLocalizedValues( |
bool is_launch_page = web_ui && SyncPromoUI::GetIsLaunchPageForSyncPromoURL( |
web_ui->GetWebContents()->GetURL()); |
- int title_id = is_launch_page ? IDS_SYNC_PROMO_TITLE : |
+ int title_id = is_launch_page ? IDS_SYNC_PROMO_TITLE_SHORT : |
IDS_SYNC_PROMO_TITLE_EXISTING_USER; |
string16 short_product_name(GetStringUTF16(IDS_SHORT_PRODUCT_NAME)); |
localized_strings->SetString( |