Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(897)

Unified Diff: chrome/app/settings_strings.grdp

Issue 2013963003: Add the Mac OSX Keychain message to the Passwords Page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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">&lt;a is="action-link" href="$1" target="_blank"&gt;</ph>passwords.google.com<ph name="END_LINK">&lt;/a&gt;</ph>
+ Access your passwords from any device at <ph name="BEGIN_LINK">&lt;a is="action-link" href="$1" target="_blank"&gt;</ph>passwords.google.com<ph name="END_LINK">&lt;/a&gt;</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.">

Powered by Google App Engine
This is Rietveld 408576698