|
From: Bart v. B. <ba...@us...> - 2001-12-07 08:59:11
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv23759 Modified Files: lang_main.php Log Message: Fixed bug #490159 (parse error in lang_main.php) Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -r1.60 -r1.61 *** lang_main.php 2001/12/06 23:56:49 1.60 --- lang_main.php 2001/12/07 08:59:06 1.61 *************** *** 288,293 **** $lang['Topic_review'] = "Topic review"; ! $lang['No_post_mode'] = "No post mode specified"; //If posting.php is called without a mode (newtopic/reply/delete/etc, shouldn't be ! shown normaly) $lang['Post_a_new_topic'] = "Post a new topic"; --- 288,292 ---- $lang['Topic_review'] = "Topic review"; ! $lang['No_post_mode'] = "No post mode specified"; // If posting.php is called without a mode (newtopic/reply/delete/etc, shouldn't be shown normaly) $lang['Post_a_new_topic'] = "Post a new topic"; |