diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-24 23:30:24 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-24 23:30:24 +0000 |
commit | e8b3ddfde11a59bc910697090906dd36f0426401 (patch) | |
tree | 38a04082c0082ae43e4e78256434b7a929221e69 /chrome/app | |
parent | 9f3c8499973c9e2943e3d602a8a0f91fe1402421 (diff) | |
download | chromium_src-e8b3ddfde11a59bc910697090906dd36f0426401.zip chromium_src-e8b3ddfde11a59bc910697090906dd36f0426401.tar.gz chromium_src-e8b3ddfde11a59bc910697090906dd36f0426401.tar.bz2 |
Makes the password field show the text 'Password' when empty.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/1222003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42558 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 bd4bd29..caf9539 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -7223,6 +7223,9 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_LANGUAGES_MORE" desc="Main language list 'more' link. Expands all possible languages, not only the main ones."> More... </message> + <message name="IDS_LOGIN_EMPTY_PASSWORD_TEXT" desc="Text to display in the password field when no password has been entered."> + Password + </message> </if> <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing "> Import bookmarks now... |