diff options
Diffstat (limited to 'help/C/mail-composer-spellcheck.page')
-rw-r--r-- | help/C/mail-composer-spellcheck.page | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/help/C/mail-composer-spellcheck.page b/help/C/mail-composer-spellcheck.page index 855e9e1c1f..3e058c45d6 100644 --- a/help/C/mail-composer-spellcheck.page +++ b/help/C/mail-composer-spellcheck.page @@ -1,4 +1,6 @@ <page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" + xmlns:e="http://projectmallard.org/experimental/" + xmlns:if="http://projectmallard.org/experimental/if/" type="topic" id="mail-composer-spellcheck"> <info> @@ -6,7 +8,7 @@ <link type="guide" xref="index#mail-composing" /> - <revision pkgversion="3.0.2" version="0.4" date="2012-02-18" status="final"/> + <revision pkgversion="3.0.2" version="0.5" date="2012-03-07" status="final"/> <credit type="author"> <name its:translate="no">Andre Klapper</name> <email its:translate="no">ak-47@gmx.net</email> @@ -23,9 +25,17 @@ <section id="required-packages"> <title>Prerequirements</title> -<p>To use spell checking for the emails that you write you first need to make sure that the <app>hunspell</app> package for your specific language and the <app>enchant</app> package are installed via the software management tool of your distribution.</p> -<p><link action="install:hunspell" href="http://hunspell.sourceforge.net/">Install hunspell now.</link></p> -<p><link action="install:enchant" href="http://www.abisource.com/projects/enchant/">Install enchant now.</link></p> +<p>To use spell checking for the emails that you write you first need to make sure that the <sys>hunspell</sys> package for your specific language and the <sys>enchant</sys> package are installed via the software management tool of your distribution.</p> + +<note style="info package"> + <p>You might need to install one of these packages to perform these steps.</p> + <if:choose> + <if:when test="if:supports('action:install')"> + <p><link action="install:hunspell" href="http://hunspell.sourceforge.net/" style="button">Install hunspell</link></p> + <p><link action="install:enchant" href="http://www.abisource.com/projects/enchant/" style="button">Install enchant</link></p> + </if:when> + </if:choose> +</note> </section> <section id="global-preferences"> |