Replacing HTML "script" element deprecated attribute "language".
[squirrelmail.git] / plugins / squirrelspell / sqspell_config.php
index 73260b255d49766014bb1bf9d990c4f68e863650..ff139b5deb22c63b86d2e1619ff642bbf1211454 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * sqspell_config.php -- SquirrelSpell Configuration file.
  *
- * @copyright © 1999-2005 The SquirrelMail Project Team
+ * @copyright © 1999-2006 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
@@ -33,8 +33,8 @@ sqgetGlobalVar('username', $username, SQ_SESSION);
  *</pre>
  * Sometimes you have to specify full path for PHP to find it.
  * 
- * You can use Aspell or Ispell spellcheckers. Aspell might provide
- * better spellchecking for Western languages.
+ * You can use Aspell or Ispell spellcheckers, the command line is the
+ * same. Aspell might provide better spellchecking for Western languages.
  *
  * If you want to have more than one dictionary available to users,
  * configure the array to look something like this:
@@ -95,4 +95,4 @@ $SQSPELL_WORDS_FILE =
  */
 $SQSPELL_EREG = 'ereg';
 
-?>
\ No newline at end of file
+?>