| Index: chrome/app/google_chrome_strings.grd
|
| diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd
|
| index 1b9a65a78fcac68dee48ebe4597d29381e4fccd2..6f82aad6910762b1b9a943ffe6f919dea8cdf13d 100644
|
| --- a/chrome/app/google_chrome_strings.grd
|
| +++ b/chrome/app/google_chrome_strings.grd
|
| @@ -1149,6 +1149,16 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@example.com</
|
| Update Chrome
|
| </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 Chrome 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 Chrome
|
| + </message>
|
| + </if>
|
| +
|
| <!-- Upgrade recovery bubble -->
|
| <message name="IDS_RUN_RECOVERY" desc="Text for the button the user clicks to recover Chrome and its updater.">
|
| Update Chrome
|
|
|