summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-06 00:11:57 +0000
committerjungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-06 00:11:57 +0000
commit914b40352efbf491c6bc98e624ad9cf00c7d9b79 (patch)
tree9b88769024366bfa46ee2022f89c0bd25586e628
parentdf6725ea98d03df12c59cfcaadaf921ff47180c7 (diff)
downloadchromium_src-914b40352efbf491c6bc98e624ad9cf00c7d9b79.zip
chromium_src-914b40352efbf491c6bc98e624ad9cf00c7d9b79.tar.gz
chromium_src-914b40352efbf491c6bc98e624ad9cf00c7d9b79.tar.bz2
Make the width of the reset options confirmation dialog localizable.It's currently hard-coded to be 400, but it needs to be localizable.I made it localizable and set the value to 80 (which makes it exactly the same width as the current one) for most locales except for Malayalam for which it's too narrow. Once reviewed and landed in the trunk, this need to be merged to the branch. BUG=11267
TEST=Run CHrome with '--lang=ml', go to Options | Advanced and click on 'Restore the defaul settings' button at the bottom. The dialog box popping up should not have any truncated strings due to the dimension of the dialog being too small Review URL: http://codereview.chromium.org/100008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15359 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-xchrome/app/resources/locale_settings.grd6
-rw-r--r--chrome/app/resources/locale_settings_ar.xtb1
-rw-r--r--chrome/app/resources/locale_settings_bg.xtb1
-rw-r--r--chrome/app/resources/locale_settings_bn.xtb1
-rw-r--r--chrome/app/resources/locale_settings_ca.xtb1
-rw-r--r--chrome/app/resources/locale_settings_cs.xtb1
-rw-r--r--chrome/app/resources/locale_settings_da.xtb1
-rw-r--r--chrome/app/resources/locale_settings_de.xtb1
-rw-r--r--chrome/app/resources/locale_settings_el.xtb1
-rw-r--r--chrome/app/resources/locale_settings_en-GB.xtb1
-rw-r--r--chrome/app/resources/locale_settings_es-419.xtb1
-rw-r--r--chrome/app/resources/locale_settings_es.xtb1
-rw-r--r--chrome/app/resources/locale_settings_et.xtb1
-rw-r--r--chrome/app/resources/locale_settings_fi.xtb1
-rw-r--r--chrome/app/resources/locale_settings_fil.xtb1
-rw-r--r--chrome/app/resources/locale_settings_fr.xtb1
-rw-r--r--chrome/app/resources/locale_settings_gu.xtb1
-rw-r--r--chrome/app/resources/locale_settings_he.xtb1
-rw-r--r--chrome/app/resources/locale_settings_hi.xtb1
-rw-r--r--chrome/app/resources/locale_settings_hr.xtb1
-rw-r--r--chrome/app/resources/locale_settings_hu.xtb1
-rw-r--r--chrome/app/resources/locale_settings_id.xtb1
-rw-r--r--chrome/app/resources/locale_settings_it.xtb1
-rw-r--r--chrome/app/resources/locale_settings_ja.xtb1
-rw-r--r--chrome/app/resources/locale_settings_kn.xtb1
-rw-r--r--chrome/app/resources/locale_settings_ko.xtb1
-rw-r--r--chrome/app/resources/locale_settings_lt.xtb1
-rw-r--r--chrome/app/resources/locale_settings_lv.xtb1
-rw-r--r--chrome/app/resources/locale_settings_ml.xtb1
-rw-r--r--chrome/app/resources/locale_settings_mr.xtb1
-rw-r--r--chrome/app/resources/locale_settings_nb.xtb1
-rw-r--r--chrome/app/resources/locale_settings_nl.xtb1
-rw-r--r--chrome/app/resources/locale_settings_or.xtb1
-rw-r--r--chrome/app/resources/locale_settings_pl.xtb1
-rw-r--r--chrome/app/resources/locale_settings_pt-BR.xtb1
-rw-r--r--chrome/app/resources/locale_settings_pt-PT.xtb1
-rw-r--r--chrome/app/resources/locale_settings_ro.xtb1
-rw-r--r--chrome/app/resources/locale_settings_ru.xtb1
-rw-r--r--chrome/app/resources/locale_settings_sk.xtb1
-rw-r--r--chrome/app/resources/locale_settings_sl.xtb1
-rw-r--r--chrome/app/resources/locale_settings_sr.xtb1
-rw-r--r--chrome/app/resources/locale_settings_sv.xtb1
-rw-r--r--chrome/app/resources/locale_settings_ta.xtb1
-rw-r--r--chrome/app/resources/locale_settings_te.xtb1
-rw-r--r--chrome/app/resources/locale_settings_th.xtb1
-rw-r--r--chrome/app/resources/locale_settings_tr.xtb1
-rw-r--r--chrome/app/resources/locale_settings_uk.xtb1
-rw-r--r--chrome/app/resources/locale_settings_vi.xtb1
-rw-r--r--chrome/app/resources/locale_settings_zh-CN.xtb1
-rw-r--r--chrome/app/resources/locale_settings_zh-TW.xtb1
-rw-r--r--chrome/browser/views/options/advanced_page_view.cc6
51 files changed, 59 insertions, 2 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd
index b516b06..5cff13a 100755
--- a/chrome/app/resources/locale_settings.grd
+++ b/chrome/app/resources/locale_settings.grd
@@ -360,6 +360,12 @@
23
</message>
+ <!-- The width of the Options Reset confirmation box, in characters (see -->
+ <!-- above for defn of character width) -->
+ <message name="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS" use_name_for_id="true">
+ 80
+ </message>
+
<!-- The width and height of the Bug Reporting dialog box in characters and lines -->
<!-- (See above). -->
<message name="IDS_BUGREPORT_DIALOG_WIDTH_CHARS" use_name_for_id="true">
diff --git a/chrome/app/resources/locale_settings_ar.xtb b/chrome/app/resources/locale_settings_ar.xtb
index 067d816..4f9056e 100644
--- a/chrome/app/resources/locale_settings_ar.xtb
+++ b/chrome/app/resources/locale_settings_ar.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">64</translation>
diff --git a/chrome/app/resources/locale_settings_bg.xtb b/chrome/app/resources/locale_settings_bg.xtb
index cb7f349..ea7bec85 100644
--- a/chrome/app/resources/locale_settings_bg.xtb
+++ b/chrome/app/resources/locale_settings_bg.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">104</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">38</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">81</translation>
diff --git a/chrome/app/resources/locale_settings_bn.xtb b/chrome/app/resources/locale_settings_bn.xtb
index 9a04037..2fa6cbb 100644
--- a/chrome/app/resources/locale_settings_bn.xtb
+++ b/chrome/app/resources/locale_settings_bn.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">31</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">65</translation>
diff --git a/chrome/app/resources/locale_settings_ca.xtb b/chrome/app/resources/locale_settings_ca.xtb
index bad67fc17..ad44223 100644
--- a/chrome/app/resources/locale_settings_ca.xtb
+++ b/chrome/app/resources/locale_settings_ca.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">73</translation>
diff --git a/chrome/app/resources/locale_settings_cs.xtb b/chrome/app/resources/locale_settings_cs.xtb
index 0aef8c8..bf6705e 100644
--- a/chrome/app/resources/locale_settings_cs.xtb
+++ b/chrome/app/resources/locale_settings_cs.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">66</translation>
diff --git a/chrome/app/resources/locale_settings_da.xtb b/chrome/app/resources/locale_settings_da.xtb
index 8f1701c..03e6d36 100644
--- a/chrome/app/resources/locale_settings_da.xtb
+++ b/chrome/app/resources/locale_settings_da.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">95</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">25</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">65</translation>
diff --git a/chrome/app/resources/locale_settings_de.xtb b/chrome/app/resources/locale_settings_de.xtb
index 3d5cbeb1..c586e96 100644
--- a/chrome/app/resources/locale_settings_de.xtb
+++ b/chrome/app/resources/locale_settings_de.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">18</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">71</translation>
diff --git a/chrome/app/resources/locale_settings_el.xtb b/chrome/app/resources/locale_settings_el.xtb
index 637a90b..af3a1a6 100644
--- a/chrome/app/resources/locale_settings_el.xtb
+++ b/chrome/app/resources/locale_settings_el.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">106</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">37</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">20</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">78</translation>
diff --git a/chrome/app/resources/locale_settings_en-GB.xtb b/chrome/app/resources/locale_settings_en-GB.xtb
index 6ea4521..e42a457 100644
--- a/chrome/app/resources/locale_settings_en-GB.xtb
+++ b/chrome/app/resources/locale_settings_en-GB.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">23</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">63</translation>
diff --git a/chrome/app/resources/locale_settings_es-419.xtb b/chrome/app/resources/locale_settings_es-419.xtb
index 3584344..2f7d41a 100644
--- a/chrome/app/resources/locale_settings_es-419.xtb
+++ b/chrome/app/resources/locale_settings_es-419.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">104</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">24</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">65</translation>
diff --git a/chrome/app/resources/locale_settings_es.xtb b/chrome/app/resources/locale_settings_es.xtb
index c3699fe..c49a033 100644
--- a/chrome/app/resources/locale_settings_es.xtb
+++ b/chrome/app/resources/locale_settings_es.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">104</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">24</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">66</translation>
diff --git a/chrome/app/resources/locale_settings_et.xtb b/chrome/app/resources/locale_settings_et.xtb
index 7bc66df..814a2ab 100644
--- a/chrome/app/resources/locale_settings_et.xtb
+++ b/chrome/app/resources/locale_settings_et.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">70</translation>
diff --git a/chrome/app/resources/locale_settings_fi.xtb b/chrome/app/resources/locale_settings_fi.xtb
index c87680e..5668917 100644
--- a/chrome/app/resources/locale_settings_fi.xtb
+++ b/chrome/app/resources/locale_settings_fi.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">60</translation>
diff --git a/chrome/app/resources/locale_settings_fil.xtb b/chrome/app/resources/locale_settings_fil.xtb
index 2bacdcd..67df78f 100644
--- a/chrome/app/resources/locale_settings_fil.xtb
+++ b/chrome/app/resources/locale_settings_fil.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">38</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">70</translation>
diff --git a/chrome/app/resources/locale_settings_fr.xtb b/chrome/app/resources/locale_settings_fr.xtb
index 45f3ec5..ce11967 100644
--- a/chrome/app/resources/locale_settings_fr.xtb
+++ b/chrome/app/resources/locale_settings_fr.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">74</translation>
diff --git a/chrome/app/resources/locale_settings_gu.xtb b/chrome/app/resources/locale_settings_gu.xtb
index 9eef316..9c2552a 100644
--- a/chrome/app/resources/locale_settings_gu.xtb
+++ b/chrome/app/resources/locale_settings_gu.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">65</translation>
diff --git a/chrome/app/resources/locale_settings_he.xtb b/chrome/app/resources/locale_settings_he.xtb
index 9f4b3c8..75efd52 100644
--- a/chrome/app/resources/locale_settings_he.xtb
+++ b/chrome/app/resources/locale_settings_he.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">25</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">65</translation>
diff --git a/chrome/app/resources/locale_settings_hi.xtb b/chrome/app/resources/locale_settings_hi.xtb
index 048b77b..25cdec6 100644
--- a/chrome/app/resources/locale_settings_hi.xtb
+++ b/chrome/app/resources/locale_settings_hi.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">34</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">65</translation>
diff --git a/chrome/app/resources/locale_settings_hr.xtb b/chrome/app/resources/locale_settings_hr.xtb
index f853636..fe19c43 100644
--- a/chrome/app/resources/locale_settings_hr.xtb
+++ b/chrome/app/resources/locale_settings_hr.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">68</translation>
diff --git a/chrome/app/resources/locale_settings_hu.xtb b/chrome/app/resources/locale_settings_hu.xtb
index 4ec7133..fb5f484 100644
--- a/chrome/app/resources/locale_settings_hu.xtb
+++ b/chrome/app/resources/locale_settings_hu.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">38</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">71</translation>
diff --git a/chrome/app/resources/locale_settings_id.xtb b/chrome/app/resources/locale_settings_id.xtb
index 4bddde3..ee71e0c 100644
--- a/chrome/app/resources/locale_settings_id.xtb
+++ b/chrome/app/resources/locale_settings_id.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">63</translation>
diff --git a/chrome/app/resources/locale_settings_it.xtb b/chrome/app/resources/locale_settings_it.xtb
index c5867ee..4069643 100644
--- a/chrome/app/resources/locale_settings_it.xtb
+++ b/chrome/app/resources/locale_settings_it.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">70</translation>
diff --git a/chrome/app/resources/locale_settings_ja.xtb b/chrome/app/resources/locale_settings_ja.xtb
index 4abf19e..da79416 100644
--- a/chrome/app/resources/locale_settings_ja.xtb
+++ b/chrome/app/resources/locale_settings_ja.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">100</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">39</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">25</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">62</translation>
diff --git a/chrome/app/resources/locale_settings_kn.xtb b/chrome/app/resources/locale_settings_kn.xtb
index 5f9249b..916fd249 100644
--- a/chrome/app/resources/locale_settings_kn.xtb
+++ b/chrome/app/resources/locale_settings_kn.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">34</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">72</translation>
diff --git a/chrome/app/resources/locale_settings_ko.xtb b/chrome/app/resources/locale_settings_ko.xtb
index 4340fc2..473ea44 100644
--- a/chrome/app/resources/locale_settings_ko.xtb
+++ b/chrome/app/resources/locale_settings_ko.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">39</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">74</translation>
diff --git a/chrome/app/resources/locale_settings_lt.xtb b/chrome/app/resources/locale_settings_lt.xtb
index bad3370..910ca0f 100644
--- a/chrome/app/resources/locale_settings_lt.xtb
+++ b/chrome/app/resources/locale_settings_lt.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">68</translation>
diff --git a/chrome/app/resources/locale_settings_lv.xtb b/chrome/app/resources/locale_settings_lv.xtb
index cb55927..ffcc54a 100644
--- a/chrome/app/resources/locale_settings_lv.xtb
+++ b/chrome/app/resources/locale_settings_lv.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">62</translation>
diff --git a/chrome/app/resources/locale_settings_ml.xtb b/chrome/app/resources/locale_settings_ml.xtb
index c7b2e7b..a9fd158 100644
--- a/chrome/app/resources/locale_settings_ml.xtb
+++ b/chrome/app/resources/locale_settings_ml.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">110</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">33</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">82</translation>
diff --git a/chrome/app/resources/locale_settings_mr.xtb b/chrome/app/resources/locale_settings_mr.xtb
index 21313e2..a2f551d 100644
--- a/chrome/app/resources/locale_settings_mr.xtb
+++ b/chrome/app/resources/locale_settings_mr.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">34</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">65</translation>
diff --git a/chrome/app/resources/locale_settings_nb.xtb b/chrome/app/resources/locale_settings_nb.xtb
index 44e21d5..4450050 100644
--- a/chrome/app/resources/locale_settings_nb.xtb
+++ b/chrome/app/resources/locale_settings_nb.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">66</translation>
diff --git a/chrome/app/resources/locale_settings_nl.xtb b/chrome/app/resources/locale_settings_nl.xtb
index 58ee59c..337d381 100644
--- a/chrome/app/resources/locale_settings_nl.xtb
+++ b/chrome/app/resources/locale_settings_nl.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">102</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">30</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">67</translation>
diff --git a/chrome/app/resources/locale_settings_or.xtb b/chrome/app/resources/locale_settings_or.xtb
index 222cf30..a3f800f 100644
--- a/chrome/app/resources/locale_settings_or.xtb
+++ b/chrome/app/resources/locale_settings_or.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">34</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">65</translation>
diff --git a/chrome/app/resources/locale_settings_pl.xtb b/chrome/app/resources/locale_settings_pl.xtb
index 7b44e7c..724eb4a 100644
--- a/chrome/app/resources/locale_settings_pl.xtb
+++ b/chrome/app/resources/locale_settings_pl.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">102</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">55</translation>
diff --git a/chrome/app/resources/locale_settings_pt-BR.xtb b/chrome/app/resources/locale_settings_pt-BR.xtb
index 34a1f6d3..5f94850 100644
--- a/chrome/app/resources/locale_settings_pt-BR.xtb
+++ b/chrome/app/resources/locale_settings_pt-BR.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">110</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">30</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">65</translation>
diff --git a/chrome/app/resources/locale_settings_pt-PT.xtb b/chrome/app/resources/locale_settings_pt-PT.xtb
index c4abf1b..50b7fc6 100644
--- a/chrome/app/resources/locale_settings_pt-PT.xtb
+++ b/chrome/app/resources/locale_settings_pt-PT.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">110</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">30</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">64</translation>
diff --git a/chrome/app/resources/locale_settings_ro.xtb b/chrome/app/resources/locale_settings_ro.xtb
index 5bc22af..ff04829 100644
--- a/chrome/app/resources/locale_settings_ro.xtb
+++ b/chrome/app/resources/locale_settings_ro.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">37</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">73</translation>
diff --git a/chrome/app/resources/locale_settings_ru.xtb b/chrome/app/resources/locale_settings_ru.xtb
index 2d6f48e..f52cdf7 100644
--- a/chrome/app/resources/locale_settings_ru.xtb
+++ b/chrome/app/resources/locale_settings_ru.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">38</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">66</translation>
diff --git a/chrome/app/resources/locale_settings_sk.xtb b/chrome/app/resources/locale_settings_sk.xtb
index d9905d4..be21c7a 100644
--- a/chrome/app/resources/locale_settings_sk.xtb
+++ b/chrome/app/resources/locale_settings_sk.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">38</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">66</translation>
diff --git a/chrome/app/resources/locale_settings_sl.xtb b/chrome/app/resources/locale_settings_sl.xtb
index b38ba4e..9b822bf 100644
--- a/chrome/app/resources/locale_settings_sl.xtb
+++ b/chrome/app/resources/locale_settings_sl.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">66</translation>
diff --git a/chrome/app/resources/locale_settings_sr.xtb b/chrome/app/resources/locale_settings_sr.xtb
index d54a474..b76ad39 100644
--- a/chrome/app/resources/locale_settings_sr.xtb
+++ b/chrome/app/resources/locale_settings_sr.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">72</translation>
diff --git a/chrome/app/resources/locale_settings_sv.xtb b/chrome/app/resources/locale_settings_sv.xtb
index b559e463..a6ef6f9 100644
--- a/chrome/app/resources/locale_settings_sv.xtb
+++ b/chrome/app/resources/locale_settings_sv.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">63</translation>
diff --git a/chrome/app/resources/locale_settings_ta.xtb b/chrome/app/resources/locale_settings_ta.xtb
index 6b861b5..982d830 100644
--- a/chrome/app/resources/locale_settings_ta.xtb
+++ b/chrome/app/resources/locale_settings_ta.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">120</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">39</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">96</translation>
diff --git a/chrome/app/resources/locale_settings_te.xtb b/chrome/app/resources/locale_settings_te.xtb
index 45fcef9..39a19dc 100644
--- a/chrome/app/resources/locale_settings_te.xtb
+++ b/chrome/app/resources/locale_settings_te.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">32</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">65</translation>
diff --git a/chrome/app/resources/locale_settings_th.xtb b/chrome/app/resources/locale_settings_th.xtb
index b343b90..5e44c6b 100644
--- a/chrome/app/resources/locale_settings_th.xtb
+++ b/chrome/app/resources/locale_settings_th.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">60</translation>
diff --git a/chrome/app/resources/locale_settings_tr.xtb b/chrome/app/resources/locale_settings_tr.xtb
index 7d8c149..a83ea15 100644
--- a/chrome/app/resources/locale_settings_tr.xtb
+++ b/chrome/app/resources/locale_settings_tr.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">65</translation>
diff --git a/chrome/app/resources/locale_settings_uk.xtb b/chrome/app/resources/locale_settings_uk.xtb
index 0bdd3c8..3e6e953 100644
--- a/chrome/app/resources/locale_settings_uk.xtb
+++ b/chrome/app/resources/locale_settings_uk.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">36</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">66</translation>
diff --git a/chrome/app/resources/locale_settings_vi.xtb b/chrome/app/resources/locale_settings_vi.xtb
index dfa9c51..3e85baf9 100644
--- a/chrome/app/resources/locale_settings_vi.xtb
+++ b/chrome/app/resources/locale_settings_vi.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">37</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">67</translation>
diff --git a/chrome/app/resources/locale_settings_zh-CN.xtb b/chrome/app/resources/locale_settings_zh-CN.xtb
index 2b437a1..52772fe 100644
--- a/chrome/app/resources/locale_settings_zh-CN.xtb
+++ b/chrome/app/resources/locale_settings_zh-CN.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">98</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">39</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">60</translation>
diff --git a/chrome/app/resources/locale_settings_zh-TW.xtb b/chrome/app/resources/locale_settings_zh-TW.xtb
index ebba756..e2b5c1d 100644
--- a/chrome/app/resources/locale_settings_zh-TW.xtb
+++ b/chrome/app/resources/locale_settings_zh-TW.xtb
@@ -24,6 +24,7 @@
<translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">95</translation>
<translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">39</translation>
<translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">25</translation>
+<translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation>
<translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation>
<translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation>
<translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">57</translation>
diff --git a/chrome/browser/views/options/advanced_page_view.cc b/chrome/browser/views/options/advanced_page_view.cc
index a29b109..cccbf69 100644
--- a/chrome/browser/views/options/advanced_page_view.cc
+++ b/chrome/browser/views/options/advanced_page_view.cc
@@ -22,6 +22,7 @@
#include "chrome/views/window/window.h"
#include "grit/chromium_strings.h"
#include "grit/generated_resources.h"
+#include "grit/locale_settings.h"
namespace {
@@ -64,13 +65,14 @@ class ResetDefaultsConfirmBox : public views::DialogDelegate {
private:
ResetDefaultsConfirmBox(HWND parent_hwnd, AdvancedPageView* page_view)
: advanced_page_view_(page_view) {
- const int kDialogWidth = 400;
+ int dialog_width = views::Window::GetLocalizedContentsWidth(
+ IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS);
// Also deleted when the window closes.
message_box_view_ = new MessageBoxView(
MessageBoxFlags::kFlagHasMessage | MessageBoxFlags::kFlagHasOKButton,
l10n_util::GetString(IDS_OPTIONS_RESET_MESSAGE).c_str(),
std::wstring(),
- kDialogWidth);
+ dialog_width);
views::Window::CreateChromeWindow(parent_hwnd, gfx::Rect(), this)->Show();
}
virtual ~ResetDefaultsConfirmBox() { }