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

Unified Diff: chrome/app/generated_resources.grd

Issue 2252063002: Adding client code for new desktop First Run Experience. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing spacing nits before review Created 4 years, 4 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 9188c195bbacb344c326adcb21e2255b2497d002..4ff3f7779dfd892ac1dd5865f91542876559046d 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -15229,6 +15229,19 @@ read aloud to screenreader users to announce that a completion is available.">
</message>
</if>
+ <!-- Welcome page (chrome://welcome) strings -->
+ <message name="IDS_WELCOME_UI_SUBHEADER" desc="A message which will appear underneath the header on the Welcome UI.">
+ The web browser by Google, for you
+ </message>
+ <message name="IDS_WELCOME_UI_DESCRIPTION" desc="A message on the welcome page explaining the purpose of signing in.">
+ Sign in to Chrome with your Google Account to get your bookmarks, history, passwords, and other settings on all your devices.
+ </message>
+ <message name="IDS_WELCOME_UI_ACCEPT_BUTTON" desc="A button on the welcome page which accepts the offer to sign in to Chrome.">
+ Sign in
+ </message>
+ <message name="IDS_WELCOME_UI_DECLINE_BUTTON" desc="A button on the welcome page which declines the offer to sign in to Chrome.">
+ No thanks
+ </message>
</messages>
</release>
</grit>

Powered by Google App Engine
This is Rietveld 408576698