| Index: chrome/app/resources/locale_settings_it.xtb
|
| diff --git a/chrome/app/resources/locale_settings_it.xtb b/chrome/app/resources/locale_settings_it.xtb
|
| index 8bc0197389da770ca659debcb8bbce1f18d7e960..6ec00f61922688f4263ce58770b1d00443e4458a 100644
|
| --- a/chrome/app/resources/locale_settings_it.xtb
|
| +++ b/chrome/app/resources/locale_settings_it.xtb
|
| @@ -5,7 +5,12 @@
|
| <translation id="IDS_DEFAULT_ENCODING">ISO-8859-1</translation>
|
| <translation id="IDS_USES_UNIVERSAL_DETECTOR">false</translation>
|
| <translation id="IDS_SPELLCHECK_DICTIONARY">it</translation>
|
| -<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
|
| +<if expr="pp_if('chromeos')">
|
| + <translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">114</translation>
|
| +</if>
|
| +<if expr="not pp_if('chromeos')">
|
| + <translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
|
| +</if>
|
| <translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">40</translation>
|
| <translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
|
| <translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
|
|
|