diff options
author | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-31 20:08:44 +0000 |
---|---|---|
committer | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-31 20:08:44 +0000 |
commit | 007cb731cd1d0af76a0688faa5d1e125c6f57db3 (patch) | |
tree | 75167051ff7483cb03d071fc9b61eeb2ae16761c /chrome/app | |
parent | 0c9528bcc7589b4c843f113f2b0f2bbe093ea689 (diff) | |
download | chromium_src-007cb731cd1d0af76a0688faa5d1e125c6f57db3.zip chromium_src-007cb731cd1d0af76a0688faa5d1e125c6f57db3.tar.gz chromium_src-007cb731cd1d0af76a0688faa5d1e125c6f57db3.tar.bz2 |
Initial implementation for wizard.
BUG=1426
TEST=Enable Chrome based login-manager. Login should work.
Review URL: http://codereview.chromium.org/553132
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37665 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 b9acb02..58f2c95 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6744,6 +6744,9 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_LOGIN_DISABLED_NO_LIBCROS" desc="On the login screen, the text we put on the screen in the event that we cannot load the Chromium OS shared library and must therefore disable login."> libcros.so cannot be loaded. Login disabled. </message> + <message name="IDS_LOGIN_TITLE"> + Sign in with your Google Account + </message> <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_DATETIME"> Date and Time </message> |