Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Unified Diff: chrome/app/resources/locale_settings_da.xtb

Issue 2655003: Make ChromeOS's options dialog wider for it and da. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: remove un-informative comment per tony Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/app/resources/locale_settings_it.xtb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | chrome/app/resources/locale_settings_it.xtb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698