Changeset 361
- Timestamp:
- 09/30/05 05:39:24 (8 years ago)
- Files:
-
- 1 modified
-
trunk/plugins/SuperClean/dialog.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/SuperClean/dialog.html
r282 r361 3 3 <l10n>Please select from the following cleaning options...</l10n> 4 4 <div id="[divTidy]"> 5 <input type="checkbox" name="[tidy]" id="[tidy]" />5 <input type="checkbox" name="[tidy]" id="[tidy]" checked /> 6 6 <label for="[tidy]"> 7 7 <l10n>General tidy up and correction of some problems.</l10n></label> 8 8 </div> 9 9 <div> 10 <input type="checkbox" name="[word_clean]" id="[word_clean]" />10 <input type="checkbox" name="[word_clean]" id="[word_clean]" checked /> 11 11 <label for="[word_clean]"> 12 12 <l10n>Clean bad HTML from Microsoft Word</l10n></label> 13 13 </div> 14 14 <div> 15 <input type="checkbox" name="[faces]" id="[faces]" />15 <input type="checkbox" name="[faces]" id="[faces]" checked /> 16 16 <label for="[faces]"> 17 17 <l10n>Remove custom typefaces (font "styles").</l10n></label> 18 18 </div> 19 19 <div> 20 <input type="checkbox" name="[sizes]" id="[sizes]" />20 <input type="checkbox" name="[sizes]" id="[sizes]" checked /> 21 21 <label for="[sizes]"> 22 22 <l10n>Remove custom font sizes.</l10n></label> 23 23 </div> 24 24 <div> 25 <input type="checkbox" name="[colors]" id="[colors]" />25 <input type="checkbox" name="[colors]" id="[colors]" checked /> 26 26 <label for="[colors]"> 27 27 <l10n>Remove custom text colors.</l10n></label>
