X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fsqspell_config.php;h=f6e023c6b32eab25bf357d045d8f1552fd50bfcb;hp=a34a856f4eaaffb6d787893aa023cae7ecc5b57a;hb=158d478fc402930feda2161a829a7c71ac3b71b8;hpb=b5efadfa18aae0a9730fa1fe597b9745bdcc3238;ds=sidebyside diff --git a/plugins/squirrelspell/sqspell_config.php b/plugins/squirrelspell/sqspell_config.php index a34a856f..f6e023c6 100644 --- a/plugins/squirrelspell/sqspell_config.php +++ b/plugins/squirrelspell/sqspell_config.php @@ -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';