diff options
author | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-27 01:20:08 +0000 |
---|---|---|
committer | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-27 01:20:08 +0000 |
commit | c970dda6872775374a216f03f24b0c8a4b00272a (patch) | |
tree | 6ac48562b64a6cb8380c8091935fd101f6e70204 | |
parent | 476f21a7c670f892550497f5701fbc3af2fac577 (diff) | |
download | chromium_src-c970dda6872775374a216f03f24b0c8a4b00272a.zip chromium_src-c970dda6872775374a216f03f24b0c8a4b00272a.tar.gz chromium_src-c970dda6872775374a216f03f24b0c8a4b00272a.tar.bz2 |
Adjust the dimension of import dialog box for Tamil.
http://crbug.com/11824
TEST=Run CHrome with '--lang=ta' with Firefox runing. Try to import bookmarks and settings
from Firefox into Chrome. The dialog box alerting that Firefox is running should not be truncated.
Review URL: http://codereview.chromium.org/113516
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16962 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/resources/locale_settings_ta.xtb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/resources/locale_settings_ta.xtb b/chrome/app/resources/locale_settings_ta.xtb index 5e343ce..5c32025 100644 --- a/chrome/app/resources/locale_settings_ta.xtb +++ b/chrome/app/resources/locale_settings_ta.xtb @@ -52,8 +52,8 @@ <translation id="IDS_COOKIES_DIALOG_HEIGHT_LINES">29</translation> <translation id="IDS_IMPORTPROGRESS_DIALOG_WIDTH_CHARS">75</translation> <translation id="IDS_IMPORTPROGRESS_DIALOG_HEIGHT_LINES">16</translation> -<translation id="IDS_IMPORTLOCK_DIALOG_WIDTH_CHARS">50</translation> -<translation id="IDS_IMPORTLOCK_DIALOG_HEIGHT_LINES">8</translation> +<translation id="IDS_IMPORTLOCK_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_IMPORTLOCK_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_FIRSTRUNBUBBLE_DIALOG_WIDTH_CHARS">110</translation> <translation id="IDS_FIRSTRUNBUBBLE_DIALOG_HEIGHT_LINES">12</translation> <translation id="IDS_FIRSTRUNOEMBUBBLE_DIALOG_WIDTH_CHARS">70</translation> |