Chromium Code Reviews| Index: chrome/app/settings_strings.grdp |
| diff --git a/chrome/app/settings_strings.grdp b/chrome/app/settings_strings.grdp |
| index a98e06ee0af042392d2c060a1541e5b98fb462e7..24542b71322a7749b3951dde8de44047f59fb7aa 100644 |
| --- a/chrome/app/settings_strings.grdp |
| +++ b/chrome/app/settings_strings.grdp |
| @@ -262,9 +262,15 @@ |
| Password |
| </message> |
| <message name="IDS_SETTINGS_PASSWORDS_MANAGE_PASSWORDS" desc="Shown in the passwords section of settings. Descriptive text to inform that passwords can be accessed online. Has a link."> |
| - Access your passwords from any device at <ph name="BEGIN_LINK"><a is="action-link" href="$1" target="_blank"></ph>passwords.google.com<ph name="END_LINK"></a></ph> |
| + Access your passwords from any device at <ph name="BEGIN_LINK"><a is="action-link" href="$1" target="_blank"></ph>passwords.google.com<ph name="END_LINK"></a></ph>. |
|
Dan Beam
2016/05/26 19:03:11
because this didn't have a period at the end until
hcarmona
2016/05/26 19:29:00
Sounds good. Updated.
|
| </message> |
| + <if expr="is_macosx"> |
| + <message name="IDS_SETTINGS_PASSWORDS_MAC_WARNING" desc="Text on the page containing a list of passwords to let users know that chrome will sync passwords to the OS's Keychain, so their passwords will be synced to other chrome accounts."> |
| + On Mac, passwords may be saved to your Keycahin and accessed or synced by other Chrome users sharing this OS X account. |
|
Dan Beam
2016/05/26 18:57:28
Keychain
hcarmona
2016/05/26 19:29:00
Done.
|
| + </message> |
| + </if> |
| + |
| <!-- Default Browser Page --> |
| <if expr="not chromeos"> |
| <message name="IDS_SETTINGS_DEFAULT_BROWSER" desc="Name of the Default Browser page, which allows users to set which browser will open .html files within the OS."> |