diff options
author | thomascube <thomas@roundcube.net> | 2009-05-01 15:57:33 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-05-01 15:57:33 +0000 |
commit | 01a8c54f76dcbbf4da4be7471dbe04ba7401bec8 (patch) | |
tree | d2cec5645ebb3a64534e58e104316922018b86ed /config/main.inc.php.dist | |
parent | b20bca7df2eba09a79a1050d2ff36ef799332a08 (diff) |
Applied patch for pspell language configuration (#1485822)
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | config/main.inc.php.dist | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 8bb68cb9c..e890ef3ba 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -219,8 +219,7 @@ $rcmail_config['spellcheck_uri'] = ''; // These languages can be selected for spell checking. // Configure as a PHP style hash array: array('en'=>'English', 'de'=>'Deutsch'); -// Leave empty for default set of Google spell check languages, should be defined -// when using local Pspell extension +// Leave empty for default set of available language. $rcmail_config['spellcheck_languages'] = NULL; // path to a text file which will be added to each sent message |