diff options
author | Jonathan Stanley <shs@users.sourceforge.net> | 2007-02-28 22:59:05 +0000 |
---|---|---|
committer | Jonathan Stanley <shs@users.sourceforge.net> | 2007-02-28 22:59:05 +0000 |
commit | 873629bd110585c053a95ff97df3dc7fd172921e (patch) | |
tree | 43a78a7fd3a94f78ba52557339cde403ca4e9afa | |
parent | 4e423d9907d018c827db27f1d45d6aab1e390445 (diff) | |
download | forums-873629bd110585c053a95ff97df3dc7fd172921e.tar forums-873629bd110585c053a95ff97df3dc7fd172921e.tar.gz forums-873629bd110585c053a95ff97df3dc7fd172921e.tar.bz2 forums-873629bd110585c053a95ff97df3dc7fd172921e.tar.xz forums-873629bd110585c053a95ff97df3dc7fd172921e.zip |
#8408
This one makes Bertiezilla cire ;_;
git-svn-id: file:///svn/phpbb/trunk@7098 89ea8834-ac86-4346-8a33-228a782c2dd0
-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 443241702b..566a7743d1 100644 --- a/phpBB/language/en/acp/forums.php +++ b/phpBB/language/en/acp/forums.php @@ -105,8 +105,8 @@ $lang = array_merge($lang, array( 'GENERAL_FORUM_SETTINGS' => 'General forum settings', 'LINK' => 'Link', - '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.', + 'LIST_INDEX' => 'List subforum in parent-forum’s legend', + 'LIST_INDEX_EXPLAIN' => 'Displays this forum on the index and elsewhere as a link within the legend of its parent-forum.', 'LOCKED' => 'Locked', 'MOVE_POSTS_TO' => 'Move posts to', |