aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorRahul <rahulr92@phpbb.com>2012-03-31 22:41:41 +0530
committerRahul R <rahulr92@gmail.com>2012-04-08 10:32:59 +0530
commit492c27a6935aa1fe3165ee3cd89897496fa153d1 (patch)
tree192218ffdaa4c05294cb3a42ce28996f724c3827 /phpBB/language
parent668e47721c3566667c07c6892dcd2d55012e43b3 (diff)
downloadforums-492c27a6935aa1fe3165ee3cd89897496fa153d1.tar
forums-492c27a6935aa1fe3165ee3cd89897496fa153d1.tar.gz
forums-492c27a6935aa1fe3165ee3cd89897496fa153d1.tar.bz2
forums-492c27a6935aa1fe3165ee3cd89897496fa153d1.tar.xz
forums-492c27a6935aa1fe3165ee3cd89897496fa153d1.zip
[ticket/10650] Changed language files and forumlist
The entry in languages have been changed from title to subject. Also the IF condition in forumlist_body.html has been properly intented. PHPBB3-10650
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/forums.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/forums.php b/phpBB/language/en/acp/forums.php
index d456e8693d..9141abc8eb 100644
--- a/phpBB/language/en/acp/forums.php
+++ b/phpBB/language/en/acp/forums.php
@@ -57,8 +57,8 @@ $lang = array_merge($lang, array(
'DELETE_ALL_POSTS' => 'Delete posts',
'DELETE_SUBFORUMS' => 'Delete subforums and posts',
'DISPLAY_ACTIVE_TOPICS' => 'Enable active topics',
- 'DISPLAY_LAST_SUBJECT' => 'Display last added post title on forum list',
- 'DISPLAY_LAST_SUBJECT_EXPLAIN' => 'If set to yes the title of the last added post will be displayed in the forum list with a hyperlink to the post.',
+ 'DISPLAY_LAST_SUBJECT' => 'Display subject of last added post on forum list',
+ 'DISPLAY_LAST_SUBJECT_EXPLAIN' => 'If set to yes the subject of the last added post will be displayed in the forum list with a hyperlink to the post.',
'DISPLAY_ACTIVE_TOPICS_EXPLAIN' => 'If set to yes active topics in selected subforums will be displayed under this category.',
'EDIT_FORUM' => 'Edit forum',