diff options
author | nkostylev@google.com <nkostylev@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-05 14:36:48 +0000 |
---|---|---|
committer | nkostylev@google.com <nkostylev@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-05 14:36:48 +0000 |
commit | 4caf2661f9a03f8290045deae3b09ac71002557f (patch) | |
tree | ada8f231f6c129d06ebaaf3d18080ff07edfa2b4 /chrome | |
parent | 1ffa34b0c408e2002553375471257894b3992d78 (diff) | |
download | chromium_src-4caf2661f9a03f8290045deae3b09ac71002557f.zip chromium_src-4caf2661f9a03f8290045deae3b09ac71002557f.tar.gz chromium_src-4caf2661f9a03f8290045deae3b09ac71002557f.tar.bz2 |
TBR:denisromanov@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51642 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/generated_resources.grd | 5 | ||||
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 11 |
2 files changed, 14 insertions, 2 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index f95028f..7a86de3 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -7619,6 +7619,9 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_LOGIN_CHANGE_PHOTO"> Change picture </message> + <message name="IDS_LOGIN_PASSWORD_CHANGED_DIALOG_BOX_TITLE" desc="Title for the password changed dialog box"> + Login + </message> <message name="IDS_LOGIN_PASSWORD_CHANGED_TITLE" desc="Title of the dialog shown when password change has been detected"> You password has changed </message> @@ -7629,7 +7632,7 @@ Keep your key file in a safe place. You will need it to create new versions of y Synchronize all settings and data\n(may take some time) </message> <message name="IDS_LOGIN_PASSWORD_CHANGED_MIGRATE" desc="Migrate option of the password changed dialog"> - Only synchronize settings and data that have changed since last sign in\n(requires your previous password) + Only synchronize settings and data that have\nchanged since last sign in\n(requires your previous password) </message> <message name="IDS_LOGIN_PREVIOUS_PASSWORD" desc="Password field text on the password changed dialog"> Previous password diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index 2256e0f..f5a7690 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -673,7 +673,16 @@ </message> <message name="IDS_CAPTCHA_INPUT_DIALOG_HEIGHT_LINES" use_name_for_id="true"> 12 - </message> + </message> + + <!-- The width and height of the password changed dialog box in --> + <!-- characters and lines (See above). --> + <message name="IDS_PASSWORD_CHANGED_DIALOG_WIDTH_CHARS" use_name_for_id="true"> + 70 + </message> + <message name="IDS_PASSWORD_CHANGED_DIALOG_HEIGHT_LINES" use_name_for_id="true"> + 14 + </message> </if> </messages> </release> |