diff options
author | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-20 23:18:55 +0000 |
---|---|---|
committer | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-20 23:18:55 +0000 |
commit | 0d37507e17cb2c83ab752eecdfe08781bb4aecd0 (patch) | |
tree | 4e6eebb5c2b0e41ad90922609fe1ee2a2c52f27b /chrome/app | |
parent | e0cf2d3109f4e23b3f012d9045aae8cbe9c7a104 (diff) | |
download | chromium_src-0d37507e17cb2c83ab752eecdfe08781bb4aecd0.zip chromium_src-0d37507e17cb2c83ab752eecdfe08781bb4aecd0.tar.gz chromium_src-0d37507e17cb2c83ab752eecdfe08781bb4aecd0.tar.bz2 |
Increase the width of the dialog box for 'stop sync' in Tamil to 75 chars to avoid the truncation on XP. On Vista, the current value works, but 75 chars also works, too.
BUG=44120
TEST=See the bug.
Review URL: http://codereview.chromium.org/2068016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47859 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/resources/locale_settings_ta.xtb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/resources/locale_settings_ta.xtb b/chrome/app/resources/locale_settings_ta.xtb index 66bd924..61edcd1 100644 --- a/chrome/app/resources/locale_settings_ta.xtb +++ b/chrome/app/resources/locale_settings_ta.xtb @@ -58,7 +58,7 @@ <translation id="IDS_SYNC_SETUP_WIZARD_HEIGHT_LINES">18</translation> <translation id="IDS_CONFIRM_MESSAGE_BOX_DEFAULT_WIDTH_CHARS">50</translation> <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_WIDTH_CHARS">75</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> |