diff options
author | georgey@chromium.org <georgey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-18 03:04:51 +0000 |
---|---|---|
committer | georgey@chromium.org <georgey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-18 03:04:51 +0000 |
commit | 7c99b377ae34f6910921c77c4b3bc22bcfaa5418 (patch) | |
tree | 8060e8c0323473661acdee5768690b1ac0261802 /chrome/app/resources | |
parent | 50988ba3fe20fb4dda8cae4ee134f70b5b4f8c91 (diff) | |
download | chromium_src-7c99b377ae34f6910921c77c4b3bc22bcfaa5418.zip chromium_src-7c99b377ae34f6910921c77c4b3bc22bcfaa5418.tar.gz chromium_src-7c99b377ae34f6910921c77c4b3bc22bcfaa5418.tar.bz2 |
UI changes to Autofill dialogs according to the latest mocks
Also added inferred labels implementation. Label inferred from the person name + differences in other fields to distinguish entries.
BUG=47120,46634,46635,47435,48881,47430
TEST=in the mocks: http://folder/roma/design/chrome/autofill/ and unit tested.
Review URL: http://codereview.chromium.org/2801020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52838 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources')
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index 2fb8fd4..57b7b17 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -631,7 +631,7 @@ <!-- The height of the AutoFill edit Address dialog in lines. --> <message name="IDS_AUTOFILL_DIALOG_EDIT_ADDRESS_HEIGHT_LINES" use_name_for_id="true"> - 27 + 25 </message> <!-- The width of the AutoFill edit Credit Card dialog in characters. --> @@ -641,7 +641,7 @@ <!-- The height of the AutoFill edit Credit Card dialog in lines. --> <message name="IDS_AUTOFILL_DIALOG_EDIT_CCARD_HEIGHT_LINES" use_name_for_id="true"> - 16 + 13 </message> <!-- The URL for About Google Translate. --> |