| OLD | NEW |
| 1 <div id="languagePage" class="page" hidden> | 1 <div id="languagePage" class="page" hidden> |
| 2 <div class="close-button"></div> | 2 <div class="close-button"></div> |
| 3 <h1 i18n-content="languagePage"></h1> | 3 <h1 i18n-content="languagePage"></h1> |
| 4 <div class="content-area"> | 4 <div class="content-area"> |
| 5 <div id="notification"> | 5 <div id="notification"> |
| 6 <span> </span> | 6 <span> </span> |
| 7 <span class="link"><span class="link-color"></span></span> | 7 <span class="link"><span class="link-color"></span></span> |
| 8 </div> | 8 </div> |
| 9 <div class="language-options-header"> | 9 <div class="language-options-header"> |
| 10 <span i18n-content="addLanguageInstructions"></span> | 10 <span i18n-content="addLanguageInstructions"></span> |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 i18n-content="noInputMethods" hidden> | 99 i18n-content="noInputMethods" hidden> |
| 100 </span> | 100 </span> |
| 101 </div> | 101 </div> |
| 102 </if> | 102 </if> |
| 103 </div> | 103 </div> |
| 104 </div> | 104 </div> |
| 105 <div class="language-options-footer"> | 105 <div class="language-options-footer"> |
| 106 <if expr="chromeos"> | 106 <if expr="chromeos"> |
| 107 <div i18n-content="switchInputMethodsHint"></div> | 107 <div i18n-content="switchInputMethodsHint"></div> |
| 108 <div i18n-content="selectPreviousInputMethodHint"></div> | 108 <div i18n-content="selectPreviousInputMethodHint"></div> |
| 109 <button id="edit-dictionary-button" | 109 <a is="action-link" id="edit-dictionary-button" |
| 110 class="link-button standalone-link-button" | 110 class="standalone-action-link" |
| 111 i18n-content="languageDictionaryOverlayTitle"></button> | 111 i18n-content="languageDictionaryOverlayTitle"></a> |
| 112 </if> | 112 </if> |
| 113 <if expr="not chromeos and not is_macosx"> | 113 <if expr="not chromeos and not is_macosx"> |
| 114 <div id="spell-check-option" class="checkbox"> | 114 <div id="spell-check-option" class="checkbox"> |
| 115 <label> | 115 <label> |
| 116 <input id="enable-spell-check" pref="browser.enable_spellchecking" | 116 <input id="enable-spell-check" pref="browser.enable_spellchecking" |
| 117 metric="Options_SpellCheck" type="checkbox"> | 117 metric="Options_SpellCheck" type="checkbox"> |
| 118 <span i18n-content="enableSpellCheck"></span> | 118 <span i18n-content="enableSpellCheck"></span> |
| 119 </label> | 119 </label> |
| 120 <button id="edit-dictionary-button" class="link-button" | 120 <a is="action-link" id="edit-dictionary-button" |
| 121 i18n-content="languageDictionaryOverlayTitle" hidden></button> | 121 i18n-content="languageDictionaryOverlayTitle" hidden></a> |
| 122 </div> | 122 </div> |
| 123 <div id="auto-spell-correction-option" class="checkbox" hidden> | 123 <div id="auto-spell-correction-option" class="checkbox" hidden> |
| 124 <label> | 124 <label> |
| 125 <input id="enable-auto-spell-correction" | 125 <input id="enable-auto-spell-correction" |
| 126 pref="browser.enable_autospellcorrect" | 126 pref="browser.enable_autospellcorrect" |
| 127 metric="Options_AutoSpellCorrection" type="checkbox"> | 127 metric="Options_AutoSpellCorrection" type="checkbox"> |
| 128 <span i18n-content="enableAutoSpellCorrection"></span> | 128 <span i18n-content="enableAutoSpellCorrection"></span> |
| 129 </label> | 129 </label> |
| 130 </div> | 130 </div> |
| 131 </if> | 131 </if> |
| 132 </div> | 132 </div> |
| 133 </div> | 133 </div> |
| 134 <div class="action-area"> | 134 <div class="action-area"> |
| 135 <div class="button-strip"> | 135 <div class="button-strip"> |
| 136 <button id="language-confirm" class="default-button" i18n-content="done"> | 136 <button id="language-confirm" class="default-button" i18n-content="done"> |
| 137 </button> | 137 </button> |
| 138 </div> | 138 </div> |
| 139 </div> | 139 </div> |
| 140 </div> | 140 </div> |
| OLD | NEW |