diff options
author | Darrell Anderson <darrella@hushmail.com> | 2014-01-21 22:06:48 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-01-21 22:06:48 -0600 |
commit | 0b8ca6637be94f7814cafa7d01ad4699672ff336 (patch) | |
tree | d2b55b28893be8b047b4e60514f4a7f0713e0d70 /tde-i18n-en_GB/docs/tdebase/kcontrol/spellchecking | |
parent | a1670b07bc16b0decb3e85ee17ae64109cb182c1 (diff) | |
download | tde-i18n-0b8ca6637be94f7814cafa7d01ad4699672ff336.tar.gz tde-i18n-0b8ca6637be94f7814cafa7d01ad4699672ff336.zip |
Beautify docbook files
Diffstat (limited to 'tde-i18n-en_GB/docs/tdebase/kcontrol/spellchecking')
-rw-r--r-- | tde-i18n-en_GB/docs/tdebase/kcontrol/spellchecking/index.docbook | 107 |
1 files changed, 20 insertions, 87 deletions
diff --git a/tde-i18n-en_GB/docs/tdebase/kcontrol/spellchecking/index.docbook b/tde-i18n-en_GB/docs/tdebase/kcontrol/spellchecking/index.docbook index 4578d3b55c8..67ff42190f2 100644 --- a/tde-i18n-en_GB/docs/tdebase/kcontrol/spellchecking/index.docbook +++ b/tde-i18n-en_GB/docs/tdebase/kcontrol/spellchecking/index.docbook @@ -2,133 +2,66 @@ <!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ <!ENTITY % addindex "IGNORE"> -<!ENTITY % British-English "INCLUDE" -> <!-- change language only here --> +<!ENTITY % British-English "INCLUDE"> <!-- change language only here --> ]> <article lang="&language;"> <articleinfo> <authorgroup> -<author ->&Lauri.Watts; &Lauri.Watts.mail;</author> +<author>&Lauri.Watts; &Lauri.Watts.mail;</author> -<othercredit role="translator" -><firstname ->Malcolm</firstname -><surname ->Hunter</surname -><affiliation -><address -><email ->malcolm.hunter@gmx.co.uk</email -></address -></affiliation -><contrib ->Conversion to British English</contrib -></othercredit -> +<othercredit role="translator"><firstname>Malcolm</firstname><surname>Hunter</surname><affiliation><address><email>malcolm.hunter@gmx.co.uk</email></address></affiliation><contrib>Conversion to British English</contrib></othercredit> </authorgroup> -<date ->2003-10-13</date> -<releaseinfo ->3.2</releaseinfo> +<date>2003-10-13</date> +<releaseinfo>3.2</releaseinfo> <keywordset> -<keyword ->KDE</keyword> -<keyword ->Spelling</keyword> -<keyword ->dictionary</keyword> +<keyword>KDE</keyword> +<keyword>Spelling</keyword> +<keyword>dictionary</keyword> </keywordset> </articleinfo> <sect1 id="spell-checking"> -<title ->Spell Checker</title> +<title>Spell Checker</title> -<para ->The configuration options available here are used by all &kde; applications that use &tdespell;, which is a front end to <command ->ispell</command -> or <command ->aspell</command ->.</para> +<para>The configuration options available here are used by all &kde; applications that use &tdespell;, which is a front end to <command>ispell</command> or <command>aspell</command>.</para> <variablelist> <varlistentry> -<term -><guilabel ->Create root/affix combinations not in dictionary</guilabel -></term> +<term><guilabel>Create root/affix combinations not in dictionary</guilabel></term> <listitem> -<para ->Selecting this option allows the spell checker to register as <quote ->correct</quote -> combinations of root words with suffixes or prefixes even if the particular combination is not listed in its dictionary database of words.</para> +<para>Selecting this option allows the spell checker to register as <quote>correct</quote> combinations of root words with suffixes or prefixes even if the particular combination is not listed in its dictionary database of words.</para> </listitem> </varlistentry> <varlistentry> -<term -><guilabel ->Consider run-together words as spelling errors</guilabel -></term> -<listitem -><para ->If this is selected, then words that appear in the dictionary separately, but have been run together, are considered to be spelling errors. For example, even though <quote ->alarm</quote -> and <quote ->clock</quote -> might be in your dictionary, if <quote ->alarmclock</quote -> is not, it will be flagged as a spelling error.</para -></listitem> +<term><guilabel>Consider run-together words as spelling errors</guilabel></term> +<listitem><para>If this is selected, then words that appear in the dictionary separately, but have been run together, are considered to be spelling errors. For example, even though <quote>alarm</quote> and <quote>clock</quote> might be in your dictionary, if <quote>alarmclock</quote> is not, it will be flagged as a spelling error.</para></listitem> </varlistentry> <varlistentry> -<term -><guilabel ->Dictionary:</guilabel -></term> +<term><guilabel>Dictionary:</guilabel></term> <listitem> -<para ->Choose from the available dictionaries, which one to use for &tdespell;.</para> +<para>Choose from the available dictionaries, which one to use for &tdespell;.</para> </listitem> </varlistentry> <varlistentry> -<term -><guilabel ->Encoding:</guilabel -></term> +<term><guilabel>Encoding:</guilabel></term> <listitem> -<para ->You should select the one that matches the character set you are using. In some cases, dictionaries will support more than one encoding. A dictionary might, for example, accept accented characters when <emphasis ->Latin1</emphasis -> is selected, but accept email-style character combinations (like <userinput ->'a</userinput -> for an accented <emphasis ->a</emphasis ->) when <emphasis ->7-Bit-ASCII</emphasis -> is selected. Please see your dictionary's distribution for more information.</para> +<para>You should select the one that matches the character set you are using. In some cases, dictionaries will support more than one encoding. A dictionary might, for example, accept accented characters when <emphasis>Latin1</emphasis> is selected, but accept email-style character combinations (like <userinput>'a</userinput> for an accented <emphasis>a</emphasis>) when <emphasis>7-Bit-ASCII</emphasis> is selected. Please see your dictionary's distribution for more information.</para> </listitem> </varlistentry> <varlistentry> -<term -><guilabel ->Client:</guilabel -></term> +<term><guilabel>Client:</guilabel></term> <listitem> -<para ->You can choose which of the installed client applications on your system to use. For example, you can choose <command ->ispell</command ->.</para> +<para>You can choose which of the installed client applications on your system to use. For example, you can choose <command>ispell</command>.</para> </listitem> </varlistentry> </variablelist> |