From 7b0e9a52e309b33c884a14e140f60cc626e10858 Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 18 Sep 2009 14:51:23 +0000 Subject: - typo (s/googlie/googie/) git-svn-id: https://svn.roundcube.net/trunk@2968 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/installer/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/installer/config.php b/roundcubemail/installer/config.php index baf7514cc..02deb9b6d 100644 --- a/roundcubemail/installer/config.php +++ b/roundcubemail/installer/config.php @@ -124,7 +124,7 @@ echo $check_spell->show(intval($RCI->getprop('enable_spellcheck')), array('value $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'); -- cgit v1.2.3