| Index: chrome/app/chromium_strings.grd
|
| diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd
|
| index c52902cbc244bd11f201338a78f65da0e2400668..720191530f1d6c681c96f654aa80be70a574ab05 100644
|
| --- a/chrome/app/chromium_strings.grd
|
| +++ b/chrome/app/chromium_strings.grd
|
| @@ -1264,6 +1264,16 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@example.com</
|
| </message>
|
| </if>
|
|
|
| + <!-- Welcome page (chrome://welcome) strings -->
|
| + <if expr="not chromeos and not is_android and not is_ios">
|
| + <message name="IDS_WELCOME_HEADER" desc="A message which will appear as the header on the Welcome UI if the user has never run Chromium before.">
|
| + Welcome to Chromium
|
| + </message>
|
| + <message name="IDS_WELCOME_HEADER_AFTER_FIRST_RUN" desc="A message which will appear as the header on the Welcome UI if the user has run Chromium before.">
|
| + Take Chromium everywhere
|
| + </message>
|
| + </if>
|
| +
|
| </messages>
|
| </release>
|
| </grit>
|
|
|