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

Unified Diff: chrome/app/resources/locale_settings_it.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 | « chrome/app/resources/locale_settings_da.xtb ('k') | tools/grit/grit/node/io.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/app/resources/locale_settings_da.xtb ('k') | tools/grit/grit/node/io.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698