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/lang/en/lang.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/lang/en/lang.php')
-rw-r--r-- | inc/lang/en/lang.php | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 385e5a7e0..e0219feea 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -129,10 +129,11 @@ $lang['acl_perm8'] = 'Upload'; $lang['acl_perm16'] = 'Delete'; $lang['acl_new'] = 'Add new Entry'; -$lang['spell_start']= 'Check Spelling'; -$lang['spell_stop'] = 'Resume Editing'; -$lang['spell_wait'] = 'Please wait...'; -$lang['spell_noerr']= 'No Mistakes found'; -$lang['spell_nosug']= 'No Suggestions'; +$lang['spell_start'] = 'Check Spelling'; +$lang['spell_stop'] = 'Resume Editing'; +$lang['spell_wait'] = 'Please wait...'; +$lang['spell_noerr'] = 'No Mistakes found'; +$lang['spell_nosug'] = 'No Suggestions'; +$lang['spell_change']= 'Change'; //Setup VIM: ex: et ts=2 enc=utf-8 : |