Chromium Code Reviews| Index: chrome/app/chromium_strings.grd |
| diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd |
| index 925b598cdbae91ebd16c3d977c34657056b2e28c..fb72147e029f8019558770bab52684917705d28f 100644 |
| --- a/chrome/app/chromium_strings.grd |
| +++ b/chrome/app/chromium_strings.grd |
| @@ -1261,6 +1261,14 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@example.com</ |
| </message> |
| </if> |
| + <!-- Welcome page (chrome://welcome) strings --> |
|
michaelpg
2016/09/06 22:21:56
all resources in this CL: wrap in <if expr="not ch
tmartino
2016/09/07 23:06:42
Done
|
| + <message name="IDS_WELCOME_UI_WELCOME_HEADER" desc="A message which will appear as the header on the Welcome UI if the user has never run Chromium before."> |
|
michaelpg
2016/09/06 22:21:56
<bikeshed>
We almost never use "_UI_" in string n
tmartino
2016/09/07 23:06:42
Done
|
| + Welcome to Chromium |
| + </message> |
| + <message name="IDS_WELCOME_UI_EVERYWHERE_HEADER" desc="A message which will appear as the header on the Welcome UI if the user has run Chromium before."> |
| + Take Chromium everywhere |
| + </message> |
| + |
| </messages> |
| </release> |
| </grit> |