diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-11 20:34:29 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-11 20:34:29 +0000 |
commit | 2590ff7e34aa000603660703a0482a22a04db0f6 (patch) | |
tree | b63b42ec6eaa9d5cfbe6ee0fd9224a94b806888a | |
parent | 21a0ea19ded45ccec70a44729b0464a5f9fa4f68 (diff) | |
download | chromium_src-2590ff7e34aa000603660703a0482a22a04db0f6.zip chromium_src-2590ff7e34aa000603660703a0482a22a04db0f6.tar.gz chromium_src-2590ff7e34aa000603660703a0482a22a04db0f6.tar.bz2 |
My change to widen the About box got reverted for the Hebrew locale. Readding.
BUG=8676
TEST=Open About box in Hebrew and make sure it is not truncating the text.
Review URL: http://codereview.chromium.org/43099
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11478 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/resources/locale_settings_he.xtb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/resources/locale_settings_he.xtb b/chrome/app/resources/locale_settings_he.xtb index 68c3f76..4e6aa03 100644 --- a/chrome/app/resources/locale_settings_he.xtb +++ b/chrome/app/resources/locale_settings_he.xtb @@ -25,7 +25,7 @@ <translation id="IDS_CLEARDATA_DIALOG_HEIGHT_LINES">15.5</translation> <translation id="IDS_IMPORT_DIALOG_WIDTH_CHARS">60</translation> <translation id="IDS_IMPORT_DIALOG_HEIGHT_LINES">14</translation> -<translation id="IDS_ABOUT_DIALOG_WIDTH_CHARS">70</translation> +<translation id="IDS_ABOUT_DIALOG_WIDTH_CHARS">83</translation> <translation id="IDS_ABOUT_DIALOG_MINIMUM_HEIGHT_LINES">4</translation> <translation id="IDS_FONTSLANG_DIALOG_WIDTH_CHARS">97</translation> <translation id="IDS_FONTSLANG_DIALOG_HEIGHT_LINES">26</translation> |