Aleksander Machniak
2014-05-02 cdf79e0926b5a45464a7c7ed8cbe4a5e827f95c6
Improve spellcheck_engine hint about 'googie' option
1 files modified
4 ■■■■ changed files
installer/config.php 4 ●●●● patch | view | raw | blame | history
installer/config.php
@@ -152,7 +152,7 @@
<?php
$select_spell = new html_select(array('name' => '_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 @@
?>
<label for="cfgspellcheckengine">Which spell checker to use</label><br />
<p class="hint">GoogieSpell implies that the message content will be sent to Google in order to check the spelling.</p>
<p class="hint">Googie implies that the message content will be sent to external server to check the spelling.</p>
</dd>
<dt class="propname">identities_level</dt>