|
From: Andrew <men...@us...> - 2005-12-30 18:50:02
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14789/language/lang_english Modified Files: lang_main.php Log Message: Updated in compliance with phpBB 2.0.19's release. Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_main.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** lang_main.php 18 Dec 2005 16:44:20 -0000 1.26 --- lang_main.php 30 Dec 2005 18:49:52 -0000 1.27 *************** *** 117,120 **** --- 117,122 ---- $lang['No'] = 'No'; + $lang['Please_remove_install_contrib'] = 'Please ensure both the install/ and contrib/ directories are deleted'; + // // That's all Folks! |