diff options
author | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-11 00:42:27 +0000 |
---|---|---|
committer | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-11 00:42:27 +0000 |
commit | 6e66f700395fa4b50f4b3d837e35a407e6d0eefa (patch) | |
tree | 84566565f35d6958112a0f3246b1b6f7a50b89cf /chrome/app/resources/locale_settings_de.xtb | |
parent | 04a39f7cb4dd6ec3732e5ff9bc561abc1a66baa5 (diff) | |
download | chromium_src-6e66f700395fa4b50f4b3d837e35a407e6d0eefa.zip chromium_src-6e66f700395fa4b50f4b3d837e35a407e6d0eefa.tar.gz chromium_src-6e66f700395fa4b50f4b3d837e35a407e6d0eefa.tar.bz2 |
Increase the import_lock dialog height for German to avoid the truncation.
BUG=http://crbug.com/11824
TEST=Start German Chrome (--lang=de) with Firefox running. 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/118320
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18126 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources/locale_settings_de.xtb')
-rw-r--r-- | chrome/app/resources/locale_settings_de.xtb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/resources/locale_settings_de.xtb b/chrome/app/resources/locale_settings_de.xtb index ddb39f6..ac12af4 100644 --- a/chrome/app/resources/locale_settings_de.xtb +++ b/chrome/app/resources/locale_settings_de.xtb @@ -53,7 +53,7 @@ <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_HEIGHT_LINES">10</translation> <translation id="IDS_FIRSTRUNBUBBLE_DIALOG_WIDTH_CHARS">93</translation> <translation id="IDS_FIRSTRUNBUBBLE_DIALOG_HEIGHT_LINES">12</translation> <translation id="IDS_FIRSTRUNOEMBUBBLE_DIALOG_WIDTH_CHARS">70</translation> |