diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-03 22:14:34 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-03 22:14:34 +0000 |
commit | 2988bacad34803c8fcb8e2e5638194a1128dc4fe (patch) | |
tree | 14ea909acdfc49342174eb170cbadd9e69f3fbca /chrome/app/resources/locale_settings_ar.xtb | |
parent | fecec563479589b3649b1283f8b7d0662704f12b (diff) | |
download | chromium_src-2988bacad34803c8fcb8e2e5638194a1128dc4fe.zip chromium_src-2988bacad34803c8fcb8e2e5638194a1128dc4fe.tar.gz chromium_src-2988bacad34803c8fcb8e2e5638194a1128dc4fe.tar.bz2 |
Fixing dialog truncation issues in multiple locales. Some locales needed additional height to accommodate the buttons (in XP classic mode). Some (like .te) needed additional width to accommodate the combobox.
BUG=11487
TEST=Open Clear Browsing Data dialog in all languages and make sure no control is being truncated/squished against another control.
Review URL: http://codereview.chromium.org/118191
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17551 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources/locale_settings_ar.xtb')
-rw-r--r-- | chrome/app/resources/locale_settings_ar.xtb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/resources/locale_settings_ar.xtb b/chrome/app/resources/locale_settings_ar.xtb index b651317..06a84b4 100644 --- a/chrome/app/resources/locale_settings_ar.xtb +++ b/chrome/app/resources/locale_settings_ar.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">64</translation> -<translation id="IDS_CLEARDATA_DIALOG_HEIGHT_LINES">15.5</translation> +<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">66</translation> +<translation id="IDS_CLEARDATA_DIALOG_HEIGHT_LINES">16</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> |