diff options
author | Andre Klapper <a9016009@gmx.de> | 2012-04-25 19:42:14 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2012-04-25 19:42:14 +0800 |
commit | 32d93d628ef417eb6ea088260fffe94c900f6dc5 (patch) | |
tree | 38ec29c19f91fb2e6c5380ff1fce803f0bcd7731 /help/C/mail-composer-spellcheck.page | |
parent | 9391340420877a21da3d552c2785b5ea7dc0efd2 (diff) | |
download | gsoc2013-evolution-32d93d628ef417eb6ea088260fffe94c900f6dc5.tar gsoc2013-evolution-32d93d628ef417eb6ea088260fffe94c900f6dc5.tar.gz gsoc2013-evolution-32d93d628ef417eb6ea088260fffe94c900f6dc5.tar.bz2 gsoc2013-evolution-32d93d628ef417eb6ea088260fffe94c900f6dc5.tar.lz gsoc2013-evolution-32d93d628ef417eb6ea088260fffe94c900f6dc5.tar.xz gsoc2013-evolution-32d93d628ef417eb6ea088260fffe94c900f6dc5.tar.zst gsoc2013-evolution-32d93d628ef417eb6ea088260fffe94c900f6dc5.zip |
User Docs: Fix logic to not display empty <note> containers on library.gnome.org
Diffstat (limited to 'help/C/mail-composer-spellcheck.page')
-rw-r--r-- | help/C/mail-composer-spellcheck.page | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/help/C/mail-composer-spellcheck.page b/help/C/mail-composer-spellcheck.page index 3e058c45d6..a1d5fdb971 100644 --- a/help/C/mail-composer-spellcheck.page +++ b/help/C/mail-composer-spellcheck.page @@ -8,7 +8,7 @@ <link type="guide" xref="index#mail-composing" /> - <revision pkgversion="3.0.2" version="0.5" date="2012-03-07" status="final"/> + <revision pkgversion="3.5.1" version="0.6" date="2012-04-25" status="final"/> <credit type="author"> <name its:translate="no">Andre Klapper</name> <email its:translate="no">ak-47@gmx.net</email> @@ -28,7 +28,7 @@ <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> + <p>You might need to install <sys>hunspell</sys> and/or <sys>enchant</sys> 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> |