|
From: Jon O. <jon...@us...> - 2006-09-04 17:05:35
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv30390/language/lang_english Modified Files: lang_admin.php Log Message: Selvens B1 fix (RC1) Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_admin.php,v retrieving revision 1.68 retrieving revision 1.69 diff -C2 -d -r1.68 -r1.69 *** lang_admin.php 18 Aug 2006 08:01:57 -0000 1.68 --- lang_admin.php 4 Sep 2006 17:05:32 -0000 1.69 *************** *** 45,50 **** // Index // ! $lang['Welcome_phpBB'] = 'Welcome to mxBB'; ! $lang['Admin_intro'] = 'Thank you for choosing mxBB as your portal/cms solution and phpBB as your forum solution. This screen will give you a quick overview of all the various statistics of your site. You can get back to this page by clicking on the <u>Admin Index</u> link in the left pane. To return to the index of your board, click the logo also in the left pane. The other links on the left hand side of this screen will allow you to control every aspect of your portal/forum experience. Each screen will have instructions on how to use the tools.'; // --- 45,50 ---- // Index // ! $lang['Welcome_mxBB'] = 'Welcome to mxBB'; ! $lang['Admin_intro_mxBB'] = 'Thank you for choosing mxBB as your portal/cms solution and phpBB as your forum solution. This screen will give you a quick overview of all the various statistics of your site. You can get back to this page by clicking on the <u>Admin Index</u> link in the left panel. To return to the index of your board, click the logo also in the left panel. The other links on the left hand side of this screen will allow you to control every aspect of your portal/forum experience. Each screen will have instructions on how to use the tools.'; // |