diff options
author | andi <andi@splitbrain.org> | 2005-06-10 01:36:43 +0200 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-06-10 01:36:43 +0200 |
commit | 9af6e647b56056230f069dbb99935ae7402210fd (patch) | |
tree | d49b68bc616b5938a89e30a3c03867c941d450df /inc/html.php | |
parent | d8681a9e775f904d35aa033a84ef569e1df09ac1 (diff) | |
download | rpg-9af6e647b56056230f069dbb99935ae7402210fd.tar.gz rpg-9af6e647b56056230f069dbb99935ae7402210fd.tar.bz2 |
Added option to manually change a misspelled word
darcs-hash:20050609233643-9977f-11492f9b23b5e553ad6322bcd046ff32d64c37c1.gz
Diffstat (limited to 'inc/html.php')
-rw-r--r-- | inc/html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php index 48881b85b..a9135e155 100644 --- a/inc/html.php +++ b/inc/html.php @@ -914,7 +914,7 @@ function html_edit($text=null,$include='edit'){ //FIXME: include needed? //initialize spellchecker <?if($conf['spellchecker']){?> - ajax_spell.init('<?=$lang['spell_start']?>','<?=$lang['spell_stop']?>','<?=$lang['spell_wait']?>','<?=$lang['spell_noerr']?>','<?=$lang['spell_nosug']?>'); + ajax_spell.init('<?=$lang['spell_start']?>','<?=$lang['spell_stop']?>','<?=$lang['spell_wait']?>','<?=$lang['spell_noerr']?>','<?=$lang['spell_nosug']?>','<?=$lang['spell_change']?>'); <?}?> document.editform.wikitext.focus(); |