diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-10-06 12:55:36 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-10-06 12:55:36 +0000 |
commit | c645088a34bfcaf31ba10e90badb148a284e7133 (patch) | |
tree | f888a2514b79642939c13c5617f77cdbc461eb92 /phpBB/language | |
parent | d4524f1b10b613ffccb758f5801571376bef5d49 (diff) | |
download | forums-c645088a34bfcaf31ba10e90badb148a284e7133.tar forums-c645088a34bfcaf31ba10e90badb148a284e7133.tar.gz forums-c645088a34bfcaf31ba10e90badb148a284e7133.tar.bz2 forums-c645088a34bfcaf31ba10e90badb148a284e7133.tar.xz forums-c645088a34bfcaf31ba10e90badb148a284e7133.zip |
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@6446 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/acp/forums.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/forums.php b/phpBB/language/en/acp/forums.php index b8c9e5dbb4..86ede116bd 100644 --- a/phpBB/language/en/acp/forums.php +++ b/phpBB/language/en/acp/forums.php @@ -102,8 +102,8 @@ $lang = array_merge($lang, array( 'GENERAL_FORUM_SETTINGS' => 'General forum settings', 'LINK' => 'Link', - 'LIST_INDEX' => 'List forum on index', - 'LIST_INDEX_EXPLAIN' => 'Displays a link to this forum under the root parent forum on the index.', + 'LIST_INDEX' => 'List forum in subforum listings', + 'LIST_INDEX_EXPLAIN' => 'Displays a link to this forum under the parent forums subforum listing if one exist.', 'LOCKED' => 'Locked', 'MOVE_POSTS_TO' => 'Move posts', |