diff options
author | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-06 00:11:57 +0000 |
---|---|---|
committer | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-06 00:11:57 +0000 |
commit | 914b40352efbf491c6bc98e624ad9cf00c7d9b79 (patch) | |
tree | 9b88769024366bfa46ee2022f89c0bd25586e628 /chrome/app/resources/locale_settings_tr.xtb | |
parent | df6725ea98d03df12c59cfcaadaf921ff47180c7 (diff) | |
download | chromium_src-914b40352efbf491c6bc98e624ad9cf00c7d9b79.zip chromium_src-914b40352efbf491c6bc98e624ad9cf00c7d9b79.tar.gz chromium_src-914b40352efbf491c6bc98e624ad9cf00c7d9b79.tar.bz2 |
Make the width of the reset options confirmation dialog localizable.It's currently hard-coded to be 400, but it needs to be localizable.I made it localizable and set the value to 80 (which makes it exactly the same width as the current one) for most locales except for Malayalam for which it's too narrow. Once reviewed and landed in the trunk, this need to be merged to the branch. BUG=11267
TEST=Run CHrome with '--lang=ml', go to Options | Advanced and click on 'Restore the defaul settings' button
at the bottom. The dialog box popping up should not have any truncated strings due to the dimension of the dialog being too small
Review URL: http://codereview.chromium.org/100008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15359 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources/locale_settings_tr.xtb')
-rw-r--r-- | chrome/app/resources/locale_settings_tr.xtb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/resources/locale_settings_tr.xtb b/chrome/app/resources/locale_settings_tr.xtb index 7d8c149..a83ea15 100644 --- a/chrome/app/resources/locale_settings_tr.xtb +++ b/chrome/app/resources/locale_settings_tr.xtb @@ -24,6 +24,7 @@ <translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation> <translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation> <translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation> +<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">65</translation> |