diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-04 18:46:29 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-04 18:46:29 +0000 |
commit | 7303265c8062853b693019726b7450abe218a87d (patch) | |
tree | 21383f8ffb0b73d37118f62fd075588bfab83b60 /chrome/app/resources/locale_settings_sv.xtb | |
parent | 858ed7bd7940c5e5a9dda42698896ed796e4b0e8 (diff) | |
download | chromium_src-7303265c8062853b693019726b7450abe218a87d.zip chromium_src-7303265c8062853b693019726b7450abe218a87d.tar.gz chromium_src-7303265c8062853b693019726b7450abe218a87d.tar.bz2 |
Fix truncation in Options panel for various locales.
(Got permission to check this in on a closed tree,
since this won't affect the tree).
BUG=24821
TEST=Manual inspection on XP should reveal no truncation in first
two tabs of the Options panel for locales listed in bug (see CL
for --lang=xx values).
Review URL: http://codereview.chromium.org/460076
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33834 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources/locale_settings_sv.xtb')
-rw-r--r-- | chrome/app/resources/locale_settings_sv.xtb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/app/resources/locale_settings_sv.xtb b/chrome/app/resources/locale_settings_sv.xtb index 1609134..78b7e73 100644 --- a/chrome/app/resources/locale_settings_sv.xtb +++ b/chrome/app/resources/locale_settings_sv.xtb @@ -31,9 +31,9 @@ <translation id="IDS_MINIMUM_LOGICAL_FONT_SIZE">6</translation> <translation id="IDS_USES_UNIVERSAL_DETECTOR">false</translation> <translation id="IDS_SPELLCHECK_DICTIONARY">sv</translation> -<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation> -<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation> -<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation> +<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">100</translation> +<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">38</translation> +<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">25</translation> <translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation> <translation id="IDS_URLPICKER_DIALOG_WIDTH_CHARS">80</translation> <translation id="IDS_URLPICKER_DIALOG_HEIGHT_LINES">30</translation> |