diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-19 00:01:15 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-19 00:01:15 +0000 |
commit | fdbb399c36ce791a053a0afcb035e30556f11e27 (patch) | |
tree | 5e5afc47c43f349ad7ae8a7b76c52270c5395a4e /chrome/app | |
parent | 767ed1365825783d6283d465d51cff142abac946 (diff) | |
download | chromium_src-fdbb399c36ce791a053a0afcb035e30556f11e27.zip chromium_src-fdbb399c36ce791a053a0afcb035e30556f11e27.tar.gz chromium_src-fdbb399c36ce791a053a0afcb035e30556f11e27.tar.bz2 |
Widen it a little more. Seems like my test machine has more compact fonts than usual...
BUG=http://crbug.com/11915
TEST=Open the Clear Browsing Data dialog on Japanese and Chinese-Traditional OS. There should be no truncation.
Review URL: http://codereview.chromium.org/115487
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16345 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/resources/locale_settings_ja.xtb | 2 | ||||
-rw-r--r-- | chrome/app/resources/locale_settings_zh-TW.xtb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chrome/app/resources/locale_settings_ja.xtb b/chrome/app/resources/locale_settings_ja.xtb index 33cf439..60c3388 100644 --- a/chrome/app/resources/locale_settings_ja.xtb +++ b/chrome/app/resources/locale_settings_ja.xtb @@ -27,7 +27,7 @@ <translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> -<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">65</translation> +<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">68</translation> <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> diff --git a/chrome/app/resources/locale_settings_zh-TW.xtb b/chrome/app/resources/locale_settings_zh-TW.xtb index d04ed71..79a7dbf 100644 --- a/chrome/app/resources/locale_settings_zh-TW.xtb +++ b/chrome/app/resources/locale_settings_zh-TW.xtb @@ -27,8 +27,8 @@ <translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> -<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">57</translation> -<translation id="IDS_CLEARDATA_DIALOG_HEIGHT_LINES">17</translation> +<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CLEARDATA_DIALOG_HEIGHT_LINES">17.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">83</translation> |