| Index: chrome/app/chromium_strings.grd
|
| diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd
|
| index b59b94892e579ddc60cb51dbc6f2b9ec238bfeb2..17d776c1cf4246c446159fe5735f8ffbcd596d54 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="Hyperlink text indicating client needs to be upgraded to the latest version.">
|
| + 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
|
|
|