diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-04 06:03:27 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-04 06:03:27 +0000 |
commit | 69b84b0867abf6f7c100533ff0db40f263c45278 (patch) | |
tree | 9dbe46a627cab5328316e08d461e2b38559b5f5b /chrome/app/resources/locale_settings_es-419.xtb | |
parent | 1f085624338804175358157bd1e1b3632be37c93 (diff) | |
download | chromium_src-69b84b0867abf6f7c100533ff0db40f263c45278.zip chromium_src-69b84b0867abf6f7c100533ff0db40f263c45278.tar.gz chromium_src-69b84b0867abf6f7c100533ff0db40f263c45278.tar.bz2 |
Fix download dialog truncation in German locale.
BUG=23178
TEST=Requires manual inspection for text trunction on --lang=de (when closing Chrome while downloading)
Review URL: http://codereview.chromium.org/465041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33798 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources/locale_settings_es-419.xtb')
-rw-r--r-- | chrome/app/resources/locale_settings_es-419.xtb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/resources/locale_settings_es-419.xtb b/chrome/app/resources/locale_settings_es-419.xtb index d178a97..6993e98 100644 --- a/chrome/app/resources/locale_settings_es-419.xtb +++ b/chrome/app/resources/locale_settings_es-419.xtb @@ -85,4 +85,6 @@ <translation id="IDS_CONFIRM_MESSAGE_BOX_DEFAULT_HEIGHT_LINES">5</translation> <translation id="IDS_CONFIRM_STOP_SYNCING_DIALOG_WIDTH_CHARS">60</translation> <translation id="IDS_CONFIRM_STOP_SYNCING_DIALOG_HEIGHT_LINES">8</translation> +<translation id="IDS_DOWNLOAD_IN_PROGRESS_WIDTH_CHARS">67</translation> +<translation id="IDS_DOWNLOAD_IN_PROGRESS_MINIMUM_HEIGHT_LINES">4</translation> </translationbundle> |