Index: chrome/browser/ui/webui/welcome_ui_android.cc |
diff --git a/chrome/browser/ui/webui/welcome_ui_android.cc b/chrome/browser/ui/webui/welcome_ui_android.cc |
index 0646233e797ab871d8ee2145ecab09183e937797..c17ba9cb68642ac44092eb9eada73f8eca4562e9 100644 |
--- a/chrome/browser/ui/webui/welcome_ui_android.cc |
+++ b/chrome/browser/ui/webui/welcome_ui_android.cc |
@@ -30,7 +30,10 @@ WelcomeUI::WelcomeUI(content::WebUI* web_ui) |
html_source->AddLocalizedString("title", |
IDS_NEW_TAB_CHROME_WELCOME_PAGE_TITLE); |
html_source->AddLocalizedString("takeATour", IDS_FIRSTRUN_TAKE_TOUR); |
- html_source->AddLocalizedString("firstRunSignedIn", IDS_FIRSTRUN_SIGNED_IN); |
+ html_source->AddLocalizedString("firstRunSignedInPart1", |
+ IDS_FIRSTRUN_SIGNED_IN_PART_1); |
+ html_source->AddLocalizedString("firstRunSignedInPart2", |
+ IDS_FIRSTRUN_SIGNED_IN_PART_2); |
html_source->AddLocalizedString("settings", IDS_FIRSTRUN_SETTINGS_LINK); |
std::string locale = g_browser_process->GetApplicationLocale(); |