diff options
author | mkwst@chromium.org <mkwst@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-09 12:44:44 +0000 |
---|---|---|
committer | mkwst@chromium.org <mkwst@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-09 12:44:44 +0000 |
commit | aecd897efa16cad0d3e7bb21334139e5cddfab4b (patch) | |
tree | 2a2ee7acdffeacbd821d3841869e70a2b95f743c /chrome/app | |
parent | 6040a4668403c6f3ad4959a3fd67dee29ba1f4b7 (diff) | |
download | chromium_src-aecd897efa16cad0d3e7bb21334139e5cddfab4b.zip chromium_src-aecd897efa16cad0d3e7bb21334139e5cddfab4b.tar.gz chromium_src-aecd897efa16cad0d3e7bb21334139e5cddfab4b.tar.bz2 |
Options UI: Change "Manage saved passwords" to "Manage passwords"
Currently, users click a link labeled "Manage saved passwords" in order
to visit chrome://settings/passwords. Since that page contains not only
saved passwords, but explicitly blacklisted sites as well, we should be
more broad in our phrasing.
This patch also removes the unused string
IDS_OPTIONS_PASSWORDS_MANAGE_PASSWORDS.
BUG=371262
Review URL: https://codereview.chromium.org/273853002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269251 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 7d39832..8731a70 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -9795,9 +9795,6 @@ Would you like to start <ph name="CONTROL_PANEL_APPLET_NAME">$1<ex>Add/Remove Pr <message name="IDS_OPTIONS_PASSWORD_MANAGER_ENABLE" desc="The label of the password manager checkbox"> Offer to save your web passwords. </message> - <message name="IDS_OPTIONS_PASSWORDS_MANAGE_PASSWORDS" desc="The label of the 'Manage saved passwords' button"> - Manage saved passwords... - </message> <message name="IDS_OPTIONS_PASSWORDS_AUTOLOGIN" desc="The label of the 'autologinEnabled' checkbox"> Offer to sign in to Google sites automatically with this account </message> @@ -10198,8 +10195,8 @@ Would you like to start <ph name="CONTROL_PANEL_APPLET_NAME">$1<ex>Add/Remove Pr <message name="IDS_SETTINGS_SHOW_ADVANCED_SETTINGS" desc="Title for the link to show advanced settings."> Show advanced settings... </message> - <message name="IDS_OPTIONS_PASSWORDS_MANAGE_PASSWORDS_LINK" desc="The label of the 'Manage saved passwords' link"> - Manage saved passwords + <message name="IDS_OPTIONS_PASSWORDS_MANAGE_PASSWORDS_LINK" desc="The label of the 'Manage passwords' link"> + Manage passwords </message> <message name="IDS_OPTIONS_HOMEPAGE_TITLE" desc="The title of the home page overlay" formatter_data="android_java"> Home page |