OLD | NEW |
1 <div class="page" id="languagePage" hidden> | 1 <div id="languagePage" class="page" hidden> |
2 <h1 i18n-content="languagePage"></h1> | 2 <h1 i18n-content="languagePage"></h1> |
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> |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 <label> | 63 <label> |
64 <input id="enable-auto-spell-correction" | 64 <input id="enable-auto-spell-correction" |
65 pref="browser.enable_autospellcorrect" | 65 pref="browser.enable_autospellcorrect" |
66 metric="Options_AutoSpellCorrection" type="checkbox"> | 66 metric="Options_AutoSpellCorrection" type="checkbox"> |
67 <span i18n-content="enable_auto_spell_correction"></span> | 67 <span i18n-content="enable_auto_spell_correction"></span> |
68 </label> | 68 </label> |
69 </div> | 69 </div> |
70 </if> | 70 </if> |
71 </div> | 71 </div> |
72 </div> | 72 </div> |
OLD | NEW |