diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-14 17:57:00 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-14 17:57:00 +0000 |
commit | 5e4754da9d1f767c531572b1b71fe7faf7b2fa6a (patch) | |
tree | c03f9a62a85699b8f81297fc6202218c4ecbb197 /chrome/app/resources | |
parent | 5b33d78739b0a1c9192832412d456ee45140fd96 (diff) | |
download | chromium_src-5e4754da9d1f767c531572b1b71fe7faf7b2fa6a.zip chromium_src-5e4754da9d1f767c531572b1b71fe7faf7b2fa6a.tar.gz chromium_src-5e4754da9d1f767c531572b1b71fe7faf7b2fa6a.tar.bz2 |
Fixing a few locale settings for the Clear Browsing Data dialog.
BUG=http://crbug.com/11914, http://crbug.com/11915
TEST=Verify that no truncation occurs when opening the Clear Browsing Data dialog in the following OS locales: Korean (ko), Greek (el), Japanese (ja) and Traditional Chinese (zh-tw).
Review URL: http://codereview.chromium.org/112022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16075 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources')
-rw-r--r-- | chrome/app/resources/locale_settings_el.xtb | 4 | ||||
-rw-r--r-- | chrome/app/resources/locale_settings_ja.xtb | 4 | ||||
-rw-r--r-- | chrome/app/resources/locale_settings_ko.xtb | 2 | ||||
-rw-r--r-- | chrome/app/resources/locale_settings_zh-TW.xtb | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/chrome/app/resources/locale_settings_el.xtb b/chrome/app/resources/locale_settings_el.xtb index af3a1a6..1a2760d 100644 --- a/chrome/app/resources/locale_settings_el.xtb +++ b/chrome/app/resources/locale_settings_el.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">78</translation> -<translation id="IDS_CLEARDATA_DIALOG_HEIGHT_LINES">15.5</translation> +<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">84</translation> +<translation id="IDS_CLEARDATA_DIALOG_HEIGHT_LINES">16.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> diff --git a/chrome/app/resources/locale_settings_ja.xtb b/chrome/app/resources/locale_settings_ja.xtb index da79416..33cf439 100644 --- a/chrome/app/resources/locale_settings_ja.xtb +++ b/chrome/app/resources/locale_settings_ja.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">62</translation> -<translation id="IDS_CLEARDATA_DIALOG_HEIGHT_LINES">15.5</translation> +<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">65</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> <translation id="IDS_ABOUT_DIALOG_WIDTH_CHARS">83</translation> diff --git a/chrome/app/resources/locale_settings_ko.xtb b/chrome/app/resources/locale_settings_ko.xtb index 473ea44..3215f51 100644 --- a/chrome/app/resources/locale_settings_ko.xtb +++ b/chrome/app/resources/locale_settings_ko.xtb @@ -28,7 +28,7 @@ <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">74</translation> -<translation id="IDS_CLEARDATA_DIALOG_HEIGHT_LINES">15.5</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> <translation id="IDS_ABOUT_DIALOG_WIDTH_CHARS">83</translation> diff --git a/chrome/app/resources/locale_settings_zh-TW.xtb b/chrome/app/resources/locale_settings_zh-TW.xtb index e2b5c1d..d04ed71 100644 --- a/chrome/app/resources/locale_settings_zh-TW.xtb +++ b/chrome/app/resources/locale_settings_zh-TW.xtb @@ -28,7 +28,7 @@ <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">15.5</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> <translation id="IDS_ABOUT_DIALOG_WIDTH_CHARS">83</translation> |