diff options
author | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-15 21:33:42 +0000 |
---|---|---|
committer | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-15 21:33:42 +0000 |
commit | 8dde66528d2a057e087b4d3459e3323b0c65d5c5 (patch) | |
tree | d6ec37b8adb339d0c2897d7f2e6501dc191dc721 /chrome/app | |
parent | 24316bc454a892383ca1db4c3a9af79993b8a413 (diff) | |
download | chromium_src-8dde66528d2a057e087b4d3459e3323b0c65d5c5.zip chromium_src-8dde66528d2a057e087b4d3459e3323b0c65d5c5.tar.gz chromium_src-8dde66528d2a057e087b4d3459e3323b0c65d5c5.tar.bz2 |
Increase the height of the option dialog box in uk and ca locales.
BUG=12008
TEST=Run chrome with '--lang=ca' or '--lang=uk' and open up App Menu - Options. Make sure that there's
no truncation in the first tab (and two other tabs).
Review URL: http://codereview.chromium.org/115409
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16190 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/resources/locale_settings_ca.xtb | 2 | ||||
-rw-r--r-- | chrome/app/resources/locale_settings_uk.xtb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/resources/locale_settings_ca.xtb b/chrome/app/resources/locale_settings_ca.xtb index ad44223..7c60e87 100644 --- a/chrome/app/resources/locale_settings_ca.xtb +++ b/chrome/app/resources/locale_settings_ca.xtb @@ -22,7 +22,7 @@ <translation id="IDS_USES_UNIVERSAL_DETECTOR">false</translation> <translation id="IDS_SPELLCHECK_DICTIONARY">ca</translation> <translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation> -<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation> +<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">38</translation> <translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation> <translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> diff --git a/chrome/app/resources/locale_settings_uk.xtb b/chrome/app/resources/locale_settings_uk.xtb index 3e6e953..bbf3d3e 100644 --- a/chrome/app/resources/locale_settings_uk.xtb +++ b/chrome/app/resources/locale_settings_uk.xtb @@ -22,7 +22,7 @@ <translation id="IDS_USES_UNIVERSAL_DETECTOR">false</translation> <translation id="IDS_SPELLCHECK_DICTIONARY">en-US</translation> <translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation> -<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation> +<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">38</translation> <translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation> <translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> |