diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-14 18:41:07 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-14 18:41:07 +0000 |
commit | f4a4c9232e8854abaf7d731e9121cb9bcf66d591 (patch) | |
tree | ac79b54d4df66ea40f2e6f9ceaece27701382d69 /chrome/app/resources/locale_settings_ja.xtb | |
parent | 8b2b331fa5db1870055ec817adf26b2eceaff853 (diff) | |
download | chromium_src-f4a4c9232e8854abaf7d731e9121cb9bcf66d591.zip chromium_src-f4a4c9232e8854abaf7d731e9121cb9bcf66d591.tar.gz chromium_src-f4a4c9232e8854abaf7d731e9121cb9bcf66d591.tar.bz2 |
About box in one locale (ja) needs additional whitespace to avoid truncation.
I'm not seeing this on my machine, maybe my Japanese fonts are a little narrower than in QA, but whatever. Shouldn't hurt to increase this a little.
BUG=21615
TEST=About box in Chrome Japanese should not have truncated text when a new version is available.
Review URL: http://codereview.chromium.org/196108
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26128 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 ed3a289..f72229c 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">101</translation> +<translation id="IDS_ABOUT_DIALOG_WIDTH_CHARS">104</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> |