mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
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:
parent
e76dc51159
commit
61430ef728
1 changed files with 1 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue