diff options
author | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-22 16:15:02 +0000 |
---|---|---|
committer | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-22 16:15:02 +0000 |
commit | b3292f1ee47ee166bd29fcbfaf511bb7438c14cf (patch) | |
tree | ecb41ceb35f448c6cfa390fb643c5f851532bba1 /chrome/app | |
parent | dec0e9eee502fb75880afe0c04c8bd8bc2c3e9f7 (diff) | |
download | chromium_src-b3292f1ee47ee166bd29fcbfaf511bb7438c14cf.zip chromium_src-b3292f1ee47ee166bd29fcbfaf511bb7438c14cf.tar.gz chromium_src-b3292f1ee47ee166bd29fcbfaf511bb7438c14cf.tar.bz2 |
[ChromeOS] Add an error message for adding user offline.
BUG=chromium-os:17813
TEST=None. This is just to add in message before string freeze.
Review URL: http://codereview.chromium.org/7486008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93648 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 d8728ad..eb94d66 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -12716,6 +12716,9 @@ ls' lab."> <message name="IDS_LOGIN_ERROR_OFFLINE_FAILED_NETWORK_NOT_CONNECTED" desc="Couldn't sign in because offline sign-in has failed and network is not connected"> Sorry, your email or password could not be verified. Try connecting to a network first. </message> + <message name="IDS_LOGIN_ERROR_ADD_USER_OFFLINE" desc="Error message that shows up when user tries to add user without a connected network."> + To add a user, please connect to a network first. + </message> <message name="IDS_LOGIN_ERROR_NO_NETWORK_LIBRARY" desc="Couldn't sign in because nework library couldn't be loaded"> Can't access network library </message> |