Chromium Code Reviews| Index: chrome/app/chromium_strings.grd |
| diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd |
| index 98a9b1291efb7e7bd2bfbe7e8c470fe3ddb96477..0ab0e7780cc4c36dfaeae97895a485d805507bf6 100644 |
| --- a/chrome/app/chromium_strings.grd |
| +++ b/chrome/app/chromium_strings.grd |
| @@ -1148,6 +1148,16 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@example.com</ |
| Update Chromium |
| </message> |
| + <!-- Sync errors. Android uses native UI to handle Sync settings --> |
| + <if expr="not is_android"> |
| + <message name="IDS_SYNC_UPGRADE_CLIENT" desc="Message indicating client needs to be upgraded to the latest version."> |
| + Update Chromium to start sync |
| + </message> |
| + <message name="IDS_SYNC_UPGRADE_CLIENT_LINK_LABEL" desc="The text to display on in the hyperlink indicating the user needs to upgrade the client to use sync."> |
|
tommycli
2016/10/28 21:21:09
nit: message description has grammar error. Maybe
Moe
2016/11/01 19:44:01
Done.
|
| + Update Chromium |
| + </message> |
| + </if> |
| + |
| <!-- Upgrade recovery bubble --> |
| <message name="IDS_RUN_RECOVERY" desc="Text for the button the user clicks to recover chromium and its updater."> |
| Update Chromium |