diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-11 22:59:00 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-11 22:59:00 +0000 |
commit | 589df05308e0d8a014ae4f0501d63c38f1144c6f (patch) | |
tree | bf58124e732b5c4557ec56388e07c486b6b83d44 /chrome/app/resources/locale_settings_ja.xtb | |
parent | 3f457fe239aba972470df9ca42780d65cf98fd03 (diff) | |
download | chromium_src-589df05308e0d8a014ae4f0501d63c38f1144c6f.zip chromium_src-589df05308e0d8a014ae4f0501d63c38f1144c6f.tar.gz chromium_src-589df05308e0d8a014ae4f0501d63c38f1144c6f.tar.bz2 |
Fix About box truncation in some locales when new version is available.
BUG=21615
TEST=The words "A new version of Google Chrome is available" should not appear truncated in the About box in any locales. These are the ones I touched with this change: bg, bn, ca, cs, de, el, en-US, en-GB, es, es-419, et, fil, fr, gu, hr, it, ja, lv, ml, nl, no, pl, pt-BR, pt-PT, ro, ru, sk, sl, sr, sv, ta, te, vi.
Review URL: http://codereview.chromium.org/195069
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26041 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources/locale_settings_ja.xtb')
-rw-r--r-- | chrome/app/resources/locale_settings_ja.xtb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/resources/locale_settings_ja.xtb b/chrome/app/resources/locale_settings_ja.xtb index a251fc3..e4b4479 100644 --- a/chrome/app/resources/locale_settings_ja.xtb +++ b/chrome/app/resources/locale_settings_ja.xtb @@ -32,7 +32,7 @@ <translation id="IDS_CLEARDATA_DIALOG_HEIGHT_LINES">17</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">83</translation> +<translation id="IDS_ABOUT_DIALOG_WIDTH_CHARS">101</translation> <translation id="IDS_ABOUT_DIALOG_MINIMUM_HEIGHT_LINES">4</translation> <translation id="IDS_FONTSLANG_DIALOG_WIDTH_CHARS">102</translation> <translation id="IDS_FONTSLANG_DIALOG_HEIGHT_LINES">26</translation> |