diff options
-rw-r--r-- | editors/AbiWord2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile index 7d0ce8641..88b95c1c6 100644 --- a/editors/AbiWord2/Makefile +++ b/editors/AbiWord2/Makefile @@ -73,7 +73,7 @@ pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "AbiWord2 has the following tunable option(s):" @${ECHO_MSG} " WITH_GUCHARMAP=yes Enable use of Gucharmap as the symbol insertion tool (default: auto)" - @${ECHO_MSG} " WITHOUT_GTKSPELL=yes Don't use Enchant, but still has spell enable and install dictionary." + @${ECHO_MSG} " WITHOUT_GTKSPELL=yes Don't use Enchant, but still enable spellchecking and install the dictionary." @${ECHO_MSG} "" post-patch: |