diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-20 21:19:42 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-20 21:19:42 +0000 |
commit | 65697fcd4eb2afbef1cf11bd8d30617ac3f9c2d4 (patch) | |
tree | b5b1937b7c707805c78dd0f7a2c44c4f80d9e80b /chrome/app/resources/locale_settings_de.xtb | |
parent | f865d7cfa62ef47cd271e73f93ade5d4076926c6 (diff) | |
download | chromium_src-65697fcd4eb2afbef1cf11bd8d30617ac3f9c2d4.zip chromium_src-65697fcd4eb2afbef1cf11bd8d30617ac3f9c2d4.tar.gz chromium_src-65697fcd4eb2afbef1cf11bd8d30617ac3f9c2d4.tar.bz2 |
Fix truncation issues for new Privacy UI. Also, make the checkbox for the "clear cookie on exit" item wrap.
http://crbug.com/35118
TEST=none
Review URL: http://codereview.chromium.org/646059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39564 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 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/app/resources/locale_settings_de.xtb b/chrome/app/resources/locale_settings_de.xtb index 6a5966b..3cae897 100644 --- a/chrome/app/resources/locale_settings_de.xtb +++ b/chrome/app/resources/locale_settings_de.xtb @@ -17,7 +17,7 @@ <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">18</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">71</translation> -<translation id="IDS_CLEARDATA_DIALOG_HEIGHT_LINES">16</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">98</translation> @@ -62,4 +62,7 @@ <translation id="IDS_CONFIRM_STOP_SYNCING_DIALOG_HEIGHT_LINES">8</translation> <translation id="IDS_DOWNLOAD_IN_PROGRESS_WIDTH_CHARS">94</translation> <translation id="IDS_DOWNLOAD_IN_PROGRESS_MINIMUM_HEIGHT_LINES">4</translation> +<translation id="IDS_CONTENT_SETTINGS_DIALOG_WIDTH_CHARS">83</translation> +<translation id="IDS_CONTENT_SETTINGS_DIALOG_HEIGHT_LINES">25</translation> +<translation id="IDS_CONTENT_EXCEPTION_DIALOG_WIDTH_CHARS">94</translation> </translationbundle> |