summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
authorandi <andi@splitbrain.org>2005-06-10 01:36:43 +0200
committerandi <andi@splitbrain.org>2005-06-10 01:36:43 +0200
commit9af6e647b56056230f069dbb99935ae7402210fd (patch)
treed49b68bc616b5938a89e30a3c03867c941d450df /inc/html.php
parentd8681a9e775f904d35aa033a84ef569e1df09ac1 (diff)
downloadrpg-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.php2
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();