Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index eb435fa5c387e625ac707be957bb5cad5e2c0906..e87767d06f04509da028483c53904235b247fef1 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -10803,8 +10803,20 @@ I don't think this site should be blocked! |
| <message name="IDS_SYNC_CONFIRMATION_TITLE" desc="Title of the sync confirmation dialog in the tab modal signin flow"> |
| You're now signed in to Chrome |
| </message> |
| - <message name="IDS_SYNC_CONFIRMATION_BODY" desc="Body of the sync confirmation dialog in the tab modal signin flow"> |
| - Your bookmarks, history, passwords and other settings will be synced to your Google Account so you can use them on all your devices. You can change this in <ph name="BEGIN_LINK"><a id="settingsLink" href="#">Settings</a>.</ph> |
| + <message name="IDS_SYNC_CONFIRMATION_CHROME_SYNC_TITLE" desc="Title of the chrome sync section of the sync confirmation dialog in the tab modal signin flow"> |
| + Chrome Sync |
|
Evan Stade
2016/03/16 21:58:49
do we call it Chrome Sync even in Chromium?
Moe
2016/03/17 21:04:03
Good point. Checked with the Sync team. It is ok f
|
| + </message> |
| + <message name="IDS_SYNC_CONFIRMATION_CHROME_SYNC_BODY" desc="Body of the chrome sync section of the sync confirmation dialog in the tab modal signin flow"> |
| + Your bookmarks, history, passwords and other settings will be synced to your Google Account so you can use them on all your devices. Control what to sync in <ph name="BEGIN_LINK"><a id="settingsLink" href="#">Settings</a>.</ph> |
| + </message> |
| + <message name="IDS_SYNC_CONFIRMATION_ACTIVITY_CONTROLS_TITLE" desc="Title of the activity controls section of the sync confirmation dialog in the tab modal signin flow"> |
| + Personalize Google services |
| + </message> |
| + <message name="IDS_SYNC_CONFIRMATION_ACTIVITY_CONTROLS_BODY" desc="Body of the activity controls section of the sync confirmation dialog in the tab modal signin flow"> |
| + Google may use your browsing history to personalize services like Search and other Google products. |
| + </message> |
| + <message name="IDS_SYNC_CONFIRMATION_ACTIVITY_CONTROLS_CHECKBOX_LABEL" desc="Label of the checkbox for managing user's privacy settings."> |
| + Control how these services use your data after signing in |
| </message> |
| <message name="IDS_SYNC_CONFIRMATION_CONFIRM_BUTTON_LABEL" desc="Label of the confirmation button in the sync confirmation dialog of the tab modal signin flow"> |
| Ok, got it |