diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-19 03:30:33 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-19 03:30:33 +0000 |
commit | 61f51862413cdae16a58ebc5435f6ba94f633b58 (patch) | |
tree | 4907f32e73fce33fe998934261188918f179e914 /chrome/app/resources/locale_settings_ru.xtb | |
parent | 1a45d2208d1203f3bfb4aebaed813eebb90b63c2 (diff) | |
download | chromium_src-61f51862413cdae16a58ebc5435f6ba94f633b58.zip chromium_src-61f51862413cdae16a58ebc5435f6ba94f633b58.tar.gz chromium_src-61f51862413cdae16a58ebc5435f6ba94f633b58.tar.bz2 |
Fix truncation in ru locale.
BUG=22001
TEST=Oulined in bug.
Review URL: http://codereview.chromium.org/216029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26649 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources/locale_settings_ru.xtb')
-rw-r--r-- | chrome/app/resources/locale_settings_ru.xtb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/resources/locale_settings_ru.xtb b/chrome/app/resources/locale_settings_ru.xtb index 5440848..7215625 100644 --- a/chrome/app/resources/locale_settings_ru.xtb +++ b/chrome/app/resources/locale_settings_ru.xtb @@ -32,7 +32,7 @@ <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">89</translation> +<translation id="IDS_ABOUT_DIALOG_WIDTH_CHARS">98</translation> <translation id="IDS_ABOUT_DIALOG_MINIMUM_HEIGHT_LINES">6</translation> <translation id="IDS_FONTSLANG_DIALOG_WIDTH_CHARS">99</translation> <translation id="IDS_FONTSLANG_DIALOG_HEIGHT_LINES">26</translation> |