Fixed bug #490159 (parse error in lang_main.php)

git-svn-id: file:///svn/phpbb/trunk@1523 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Bart van Bragt 2001-12-07 08:59:06 +00:00
parent e76dc51159
commit 61430ef728

View file

@ -287,8 +287,7 @@ $lang['You_are_watching'] = "You are now watching this topic";
$lang['Message_body'] = "Message body";
$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['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";
$lang['Post_a_reply'] = "Post a reply";