Internationalization almost finished. Only check_me.js left.
[squirrelmail.git] / plugins / squirrelspell / sqspell_config.php
index a34a856f4eaaffb6d787893aa023cae7ecc5b57a..f6e023c6b32eab25bf357d045d8f1552fd50bfcb 100644 (file)
@@ -15,7 +15,7 @@
     global $username, $data_dir;
 
 
-    $SQSPELL_APP = array( 'English' => 'ispell -a' );
+    $SQSPELL_APP = array( 'English' => 'ispell -d spanish -a' );
     $SQSPELL_APP_DEFAULT = 'English';
     $SQSPELL_WORDS_FILE = "$data_dir/$username.words";
     $SQSPELL_EREG = 'ereg';