diff options
author | Bart van Bragt <bartvb@users.sourceforge.net> | 2001-12-07 08:59:06 +0000 |
---|---|---|
committer | Bart van Bragt <bartvb@users.sourceforge.net> | 2001-12-07 08:59:06 +0000 |
commit | 61430ef728cdf4968c63b0f835474fa5eb138f1c (patch) | |
tree | f3cc2247cfbfb6b2e5fc5788240911363ba7b9ef /phpBB/language | |
parent | e76dc51159ead30c90a4989d631e94010b60f935 (diff) | |
download | forums-61430ef728cdf4968c63b0f835474fa5eb138f1c.tar forums-61430ef728cdf4968c63b0f835474fa5eb138f1c.tar.gz forums-61430ef728cdf4968c63b0f835474fa5eb138f1c.tar.bz2 forums-61430ef728cdf4968c63b0f835474fa5eb138f1c.tar.xz forums-61430ef728cdf4968c63b0f835474fa5eb138f1c.zip |
Fixed bug #490159 (parse error in lang_main.php)
git-svn-id: file:///svn/phpbb/trunk@1523 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/lang_english/lang_main.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/language/lang_english/lang_main.php b/phpBB/language/lang_english/lang_main.php index c60ace795d..f7e8cd541c 100644 --- a/phpBB/language/lang_english/lang_main.php +++ b/phpBB/language/lang_english/lang_main.php @@ -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"; |