alecpl
2009-09-18 df7d6f553766a2cecb639f8621858210bde1ea70
- typo (s/googlie/googie/)


1 files modified
2 ■■■ changed files
installer/config.php 2 ●●● patch | view | raw | blame | history
installer/config.php
@@ -124,7 +124,7 @@
$select_spell = new html_select(array('name' => '_spellcheck_engine', 'id' => "cfgspellcheckengine"));
if (extension_loaded('pspell'))
  $select_spell->add('pspell', 'pspell');
$select_spell->add('Googlie', 'googlie');
$select_spell->add('Googie', 'googie');
echo $select_spell->show($RCI->is_post ? $_POST['_spellcheck_engine'] : 'pspell');