diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-09 21:59:52 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-09 21:59:52 +0000 |
commit | 3c60648d40a45921b9d62aabe5754b050f04ad8b (patch) | |
tree | 4e57a5315070ba0a6fbe749b2d0743a279fb1827 /chrome | |
parent | 7d84f56dae50326ace353ad627d56f899e48e1d9 (diff) | |
download | chromium_src-3c60648d40a45921b9d62aabe5754b050f04ad8b.zip chromium_src-3c60648d40a45921b9d62aabe5754b050f04ad8b.tar.gz chromium_src-3c60648d40a45921b9d62aabe5754b050f04ad8b.tar.bz2 |
Fix truncation in Options panel (Arabic).
BUG=http://crbug.com/21409
TEST=Open Options panel in Arabic and all tabs should fit within it (without truncating text/buttons).
Review URL: http://codereview.chromium.org/202030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25796 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/resources/locale_settings_ar.xtb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/resources/locale_settings_ar.xtb b/chrome/app/resources/locale_settings_ar.xtb index 3b8bb5f..4c5dbff 100644 --- a/chrome/app/resources/locale_settings_ar.xtb +++ b/chrome/app/resources/locale_settings_ar.xtb @@ -17,7 +17,7 @@ <translation id="IDS_MINIMUM_LOGICAL_FONT_SIZE">10</translation> <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_WIDTH_CHARS">105</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_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation> |