|
From: Jon O. <jon...@us...> - 2005-04-01 14:12:39
|
Update of /cvsroot/mxbb/kb_076_mxaddon/root/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12929/modules/kb_076_mxaddon/root/language/lang_english Modified Files: lang_kb.php Log Message: minor fixes...sprung from the phpbb dev thread Index: lang_kb.php =================================================================== RCS file: /cvsroot/mxbb/kb_076_mxaddon/root/language/lang_english/lang_kb.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lang_kb.php 29 Mar 2005 20:06:59 -0000 1.3 --- lang_kb.php 1 Apr 2005 14:12:29 -0000 1.4 *************** *** 44,47 **** --- 44,48 ---- $lang['Article_submitted'] = 'Article Submitted Successfully.'; $lang['Click_return_kb'] = 'Click %sHere%s to return to the ' . $lang['KB_title']; + $lang['Click_return_article'] = 'Click %sHere%s to return to the ' . $lang['Article']; $lang['Article_Edited_Approve'] = 'Article Edited Successfully.<br />It need to be approved again before user\'s can view it.'; *************** *** 386,388 **** --- 387,391 ---- $lang['Addtional_field'] = 'More information (optional)'; + $lang['No_cat_comments_forum_id'] = 'Comments are enabled but you have not specified the target phpBB forum category in the KB adminCP - Cateogries'; + ?> \ No newline at end of file |