diff options
author | rogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-31 04:35:22 +0000 |
---|---|---|
committer | rogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-31 04:35:22 +0000 |
commit | 4e4e5c75d09328664f8231277eca2d4918458832 (patch) | |
tree | 9ac4aee1e30297b2f63810c5aa5bd0480d884817 /chrome/app | |
parent | 440d59908056a535d4df7e2bdb4ababe122286a9 (diff) | |
download | chromium_src-4e4e5c75d09328664f8231277eca2d4918458832.zip chromium_src-4e4e5c75d09328664f8231277eca2d4918458832.tar.gz chromium_src-4e4e5c75d09328664f8231277eca2d4918458832.tar.bz2 |
Replace string "OTP" with "verification code" in user visible strings.
BUG=128716
TEST=When using new OTP signin flow, make sure UI says "verification code".
Review URL: https://chromiumcodereview.appspot.com/10448039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139726 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 07eac6b..1b10bc3 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -11775,13 +11775,13 @@ Some features may be unavailable. Please check that the profile exists and you Invalid application-specific password. </message> <message name="IDS_SYNC_ENTER_OTP_LABEL" desc="A message asking the user to enter a one-time-password (aka OTP)."> - Enter your OTP: + Enter your verification code: </message> <message name="IDS_SYNC_OTP_HELP_LABEL" desc="A help link message for users who don't know what a one-time-password (aka OTP) is"> What's this? </message> <message name="IDS_SYNC_INVALID_OTP_LABEL" desc="A message telling the user the one-time-password (aka OTP) they entered is invalid."> - Invalid OTP. + Invalid verification code. </message> <message name="IDS_SYNC_SERVICE_UNAVAILABLE" desc="Error message to display when the user domain entered by the user has sync disabled."> Sync service is not available for your domain. @@ -16351,7 +16351,7 @@ Battery full </message> <message name="IDS_FLAGS_ENABLE_CLIENT_OAUTH_SIGNIN_DESCRIPTION" desc="Description of about:flag option to turn on ClientOAuth sign in"> When enabled, will use ClientOAuth to connect a profile to a Google account. Otherwise ClientLogin is used. - ClientOAuth permits using OTPs instead of ASPs to during authentication. + ClientOAuth permits using verification codes instead of ASPs during authentication. </message> </messages> |