|
From: Jon O. <jon...@us...> - 2005-04-11 20:08:08
|
Update of /cvsroot/mxbb/mx_kb/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20618/modules/mx_kb/language/lang_english Modified Files: lang_kb.php Log Message: fixing up Index: lang_kb.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/language/lang_english/lang_kb.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** lang_kb.php 9 Apr 2005 21:41:28 -0000 1.19 --- lang_kb.php 11 Apr 2005 20:07:58 -0000 1.20 *************** *** 383,387 **** $lang['Wysiwyg_path'] = 'Path to wysiwyg software'; ! $lang['Wysiwyg_path_explain'] = 'This is the path (from mxBB root) to the wysiwyg software folder, eg \'modules/\' if you have uploaded for example tinemce in modules/tinymce.'; $lang['Formatting_fixup'] = 'Fixup formatting'; --- 383,387 ---- $lang['Wysiwyg_path'] = 'Path to wysiwyg software'; ! $lang['Wysiwyg_path_explain'] = 'This is the path (from mxBB/phpBB root) to the wysiwyg software folder, eg \'modules/\' if you have uploaded for example tinemce in modules/tinymce.'; $lang['Formatting_fixup'] = 'Fixup formatting'; |