OLD | NEW |
1 <div id="languagePage" class="page" hidden> | 1 <div id="languagePage" class="page" hidden> |
2 <h1 i18n-content="languagePage"></h1> | 2 <header><h1 i18n-content="languagePage"></h1></header> |
3 <div id="notification"> | 3 <div id="notification"> |
4 <span> </span> | 4 <span> </span> |
5 <span class="link"><span class="link-color"></span></span> | 5 <span class="link"><span class="link-color"></span></span> |
6 </div> | 6 </div> |
7 <div class="language-options-header"> | 7 <div class="language-options-header"> |
8 <div i18n-content="add_language_instructions"></div> | 8 <div i18n-content="add_language_instructions"></div> |
9 <if expr="pp_ifdef('chromeos')"> | 9 <if expr="pp_ifdef('chromeos')"> |
10 <div i18n-content="input_method_instructions"></div> | 10 <div i18n-content="input_method_instructions"></div> |
11 </if> | 11 </if> |
12 </div> | 12 </div> |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 <label> | 69 <label> |
70 <input id="enable-auto-spell-correction" | 70 <input id="enable-auto-spell-correction" |
71 pref="browser.enable_autospellcorrect" | 71 pref="browser.enable_autospellcorrect" |
72 metric="Options_AutoSpellCorrection" type="checkbox"> | 72 metric="Options_AutoSpellCorrection" type="checkbox"> |
73 <span i18n-content="enable_auto_spell_correction"></span> | 73 <span i18n-content="enable_auto_spell_correction"></span> |
74 </label> | 74 </label> |
75 </div> | 75 </div> |
76 </if> | 76 </if> |
77 </div> | 77 </div> |
78 </div> | 78 </div> |
OLD | NEW |