diff options
author | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-05 18:16:50 +0000 |
---|---|---|
committer | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-05 18:16:50 +0000 |
commit | f2c678f7b0e407393b7606acd947e7a271460766 (patch) | |
tree | 3f86f3719e295d28539617680a400ba68ab1f72d /chrome/app | |
parent | 677eb4f8b14d73214087c4ee9535ae8d636a97ba (diff) | |
download | chromium_src-f2c678f7b0e407393b7606acd947e7a271460766.zip chromium_src-f2c678f7b0e407393b7606acd947e7a271460766.tar.gz chromium_src-f2c678f7b0e407393b7606acd947e7a271460766.tar.bz2 |
Change wording from "access code" to "application-specific password".
BUG=64978
TEST=log on to sync with 2-factor acct
Review URL: http://codereview.chromium.org/6075011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70519 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index a2deed8..2f443f3 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -8574,14 +8574,14 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_SYNC_LOGIN_ACCOUNT_MISMATCH" desc="A warning message shown at sync login when the user is signed in to the web store already."> Your web store account is <ph name="EMAIL_ADDRESS">$1<ex>user@gmail.com</ex></ph> - signing in to sync with a different account will result in incompatibilities. </message> - <message name="IDS_SYNC_ENTER_ACCESS_CODE_LABEL" desc="A message asking the user to enter a second factor access code."> - Please enter your access code: + <message name="IDS_SYNC_ENTER_ACCESS_CODE_LABEL" desc="A message asking the user to enter an application-specific password (aka access code)."> + Enter your application-specific password: </message> - <message name="IDS_SYNC_ACCESS_CODE_HELP_LABEL" desc="A help link message for users who don't know what an access code is"> + <message name="IDS_SYNC_ACCESS_CODE_HELP_LABEL" desc="A help link message for users who don't know what an application-specific password (aka access code) is"> What's this? </message> - <message name="IDS_SYNC_INVALID_ACCESS_CODE_LABEL" desc="A message telling the user the access code they entered is invalid."> - Invalid access code. + <message name="IDS_SYNC_INVALID_ACCESS_CODE_LABEL" desc="A message telling the user the application-specific password (aka access code) they entered is invalid."> + Invalid application-specific password. </message> <!-- Web Store login dialog strings --> |