diff --git a/installer/config.php b/installer/config.php index 471a7d2d9..0e4ac5af2 100644 --- a/installer/config.php +++ b/installer/config.php @@ -152,7 +152,7 @@ echo $check_spell->show(intval($RCI->getprop('enable_spellcheck')), array('value '_spellcheck_engine', 'id' => "cfgspellcheckengine")); if (extension_loaded('pspell')) - $select_spell->add('pspell', 'pspell'); + $select_spell->add('Pspell', 'pspell'); if (extension_loaded('enchant')) $select_spell->add('Enchant', 'enchant'); $select_spell->add('Googie', 'googie'); @@ -163,7 +163,7 @@ echo $select_spell->show($RCI->is_post ? $_POST['_spellcheck_engine'] : 'pspell' ?>
-

GoogieSpell implies that the message content will be sent to Google in order to check the spelling.

+

Googie implies that the message content will be sent to external server to check the spelling.

identities_level