diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-04-08 17:48:54 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-04-08 17:48:54 +0000 |
commit | 3db70734152d6d4d88b8b9775d48e30dad34f587 (patch) | |
tree | c2d0370cd4b7cd1ed2611fbfaee424b57cac2e8b /phpBB/language/en/acp/forums.php | |
parent | a2ac7a6cc69228b959a1bf3f79acd649d0059110 (diff) | |
download | forums-3db70734152d6d4d88b8b9775d48e30dad34f587.tar forums-3db70734152d6d4d88b8b9775d48e30dad34f587.tar.gz forums-3db70734152d6d4d88b8b9775d48e30dad34f587.tar.bz2 forums-3db70734152d6d4d88b8b9775d48e30dad34f587.tar.xz forums-3db70734152d6d4d88b8b9775d48e30dad34f587.zip |
added/changed language strings
git-svn-id: file:///svn/phpbb/trunk@5775 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/forums.php')
-rw-r--r-- | phpBB/language/en/acp/forums.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/forums.php b/phpBB/language/en/acp/forums.php index 367c693cec..b339ac5fdc 100644 --- a/phpBB/language/en/acp/forums.php +++ b/phpBB/language/en/acp/forums.php @@ -71,7 +71,7 @@ $lang = array_merge($lang, array( 'FORUM_IMAGE' => 'Forum Image', 'FORUM_IMAGE_EXPLAIN' => 'Location, relative to the phpBB root directory, of an image to associate with this forum.', 'FORUM_LINK' => 'Forum Link', - 'FORUM_LINK_EXPLAIN' => 'Full URL to location clicking this forum will take the user.', + 'FORUM_LINK_EXPLAIN' => 'Full URL (including the protocol, for example http://) to location clicking this forum will take the user.', 'FORUM_LINK_TRACK' => 'Track Link Redirects', 'FORUM_LINK_TRACK_EXPLAIN' => 'Records the number of times a forum link was clicked.', 'FORUM_NAME' => 'Forum Name', |