|
From: James A. <th...@us...> - 2001-11-29 08:45:57
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv18218/language/lang_english Modified Files: lang_admin.php Log Message: Fixed bug with deleting categories, and found a hard coded english message! Index: lang_admin.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_admin.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** lang_admin.php 2001/11/27 22:14:24 1.11 --- lang_admin.php 2001/11/29 08:45:55 1.12 *************** *** 350,354 **** $lang['Click_return_forumadmin'] = "Click %sHere%s to return to Forum Administration"; ! // --- 350,354 ---- $lang['Click_return_forumadmin'] = "Click %sHere%s to return to Forum Administration"; ! $lang['Must_delete_forums'] = "You need to delete all forums before you can delete this category"; // |