| Index: chrome/app/resources/locale_settings_da.xtb
|
| diff --git a/chrome/app/resources/locale_settings_da.xtb b/chrome/app/resources/locale_settings_da.xtb
|
| index 0b85a8ad965a561af99c9ccd35a3e04c3cefe00f..ae1ccda5cf717e36971de06f3a86bdfdd4950559 100644
|
| --- a/chrome/app/resources/locale_settings_da.xtb
|
| +++ b/chrome/app/resources/locale_settings_da.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">da</translation>
|
| -<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
|
| +<if expr="pp_if('chromeos')">
|
| + <translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">118</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">23</translation>
|
| <translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
|
|
|