diff options
author | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-01 02:13:45 +0000 |
---|---|---|
committer | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-01 02:13:45 +0000 |
commit | a2e273b77666479e432a1d3f97b43c66a1cfa39f (patch) | |
tree | ce5fd4a4bc2ad5af77d4b1f3c19565d9fcc94324 /chrome/app | |
parent | 64bc894cd8fc653d88ad29951468342638fd15d3 (diff) | |
download | chromium_src-a2e273b77666479e432a1d3f97b43c66a1cfa39f.zip chromium_src-a2e273b77666479e432a1d3f97b43c66a1cfa39f.tar.gz chromium_src-a2e273b77666479e432a1d3f97b43c66a1cfa39f.tar.bz2 |
Add a string for the new UI which warns if there is already an account logged in to the app store.
BUG=54010
TEST=none, just a string
Review URL: http://codereview.chromium.org/3213009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58112 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index b034680..d91a1bc 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -7420,6 +7420,9 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_SYNC_SUCCESS" desc="Operation successful"> Success! </message> + <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> <!-- Sync app menu item strings --> <if expr="not pp_ifdef('use_titlecase')"> |