diff options
author | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-18 23:39:12 +0000 |
---|---|---|
committer | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-18 23:39:12 +0000 |
commit | 32d6c2243d612e2f156c909198a91b4073bcf886 (patch) | |
tree | 8d8d9af7c2f9950b5d0380d4a7e8e3bdc4c8ecc8 /chrome/app/resources/locale_settings_sl.rc | |
parent | 1d97d2e32c0912611926a7364b5350593d713906 (diff) | |
download | chromium_src-32d6c2243d612e2f156c909198a91b4073bcf886.zip chromium_src-32d6c2243d612e2f156c909198a91b4073bcf886.tar.gz chromium_src-32d6c2243d612e2f156c909198a91b4073bcf886.tar.bz2 |
Fixing 4222: Clear data dialog has new fields, but
size has not increased in non-US locales.
While verifying on all locales, I noticed three
locales that had this dialog wider than others
and I shrunk those too. Those were locales:
el, fil and sv.
Review URL: http://codereview.chromium.org/15066
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7273 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources/locale_settings_sl.rc')
-rw-r--r-- | chrome/app/resources/locale_settings_sl.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/resources/locale_settings_sl.rc b/chrome/app/resources/locale_settings_sl.rc index 462f297b..d842bf6 100644 --- a/chrome/app/resources/locale_settings_sl.rc +++ b/chrome/app/resources/locale_settings_sl.rc @@ -25,7 +25,7 @@ BEGIN IDS_BUGREPORT_DIALOG_WIDTH_CHARS "85" IDS_BUGREPORT_DIALOG_HEIGHT_LINES "17" IDS_CLEARDATA_DIALOG_WIDTH_CHARS "66" - IDS_CLEARDATA_DIALOG_HEIGHT_LINES "14.5" + IDS_CLEARDATA_DIALOG_HEIGHT_LINES "15.5" IDS_IMPORT_DIALOG_WIDTH_CHARS "60" IDS_IMPORT_DIALOG_HEIGHT_LINES "14" IDS_ABOUT_DIALOG_WIDTH_CHARS "70" |