diff options
author | David King <imkingdavid@gmail.com> | 2012-04-04 16:41:28 -0400 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-04-04 16:41:28 -0400 |
commit | b1fb34a4d7e446768b9f66ba6dd359173cd2a5fb (patch) | |
tree | aa49950397fa973e8acf29ec4183974e5f748213 /phpBB/language/en | |
parent | 7d6b289671c51694f17dd5f9849abf2534b55e59 (diff) | |
parent | 3e9711d6a4c1786ec4702b1d87810c4ed0182953 (diff) | |
download | forums-b1fb34a4d7e446768b9f66ba6dd359173cd2a5fb.tar forums-b1fb34a4d7e446768b9f66ba6dd359173cd2a5fb.tar.gz forums-b1fb34a4d7e446768b9f66ba6dd359173cd2a5fb.tar.bz2 forums-b1fb34a4d7e446768b9f66ba6dd359173cd2a5fb.tar.xz forums-b1fb34a4d7e446768b9f66ba6dd359173cd2a5fb.zip |
Merge remote-tracking branch 'rahulr92/ticket/10650' into develop
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/acp/forums.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/forums.php b/phpBB/language/en/acp/forums.php index 756cb7ae0f..9141abc8eb 100644 --- a/phpBB/language/en/acp/forums.php +++ b/phpBB/language/en/acp/forums.php @@ -57,6 +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 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', |