diff options
author | David M <davidmj@users.sourceforge.net> | 2007-05-15 22:40:47 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-05-15 22:40:47 +0000 |
commit | e22487a5785c22503e9931898e0a2922bf48da89 (patch) | |
tree | 620daea0f68dbf7ac6ae65348af116594d5655c9 /phpBB/language | |
parent | 436e470f203119fd0383dbb6bb2522acdc775fb5 (diff) | |
download | forums-e22487a5785c22503e9931898e0a2922bf48da89.tar forums-e22487a5785c22503e9931898e0a2922bf48da89.tar.gz forums-e22487a5785c22503e9931898e0a2922bf48da89.tar.bz2 forums-e22487a5785c22503e9931898e0a2922bf48da89.tar.xz forums-e22487a5785c22503e9931898e0a2922bf48da89.zip |
#11002
git-svn-id: file:///svn/phpbb/trunk@7596 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/acp/ban.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/ban.php b/phpBB/language/en/acp/ban.php index b7a4bfd702..6bd3128bf9 100644 --- a/phpBB/language/en/acp/ban.php +++ b/phpBB/language/en/acp/ban.php @@ -36,7 +36,7 @@ $lang = array_merge($lang, array( '30_MINS' => '30 minutes', '6_HOURS' => '6 hours', - 'ACP_BAN_EXPLAIN' => 'Here you can control the banning of users by name, IP or e-mail address. These methods prevent a user reaching any part of the board. You can give a short (maximum 255 characters) reason for the ban if you wish. This will be displayed in the admin log. The duration of a ban can also be specified. If you want the ban to end on a specific date rather than after a set time period select <span style="text-decoration: underline;">Until -></span> for the ban length and enter a date in yyyy-mm-dd format.', + 'ACP_BAN_EXPLAIN' => 'Here you can control the banning of users by name, IP or e-mail address. These methods prevent a user reaching any part of the board. You can give a short (maximum 3000 characters) reason for the ban if you wish. This will be displayed in the admin log. The duration of a ban can also be specified. If you want the ban to end on a specific date rather than after a set time period select <span style="text-decoration: underline;">Until -></span> for the ban length and enter a date in yyyy-mm-dd format.', 'BAN_EXCLUDE' => 'Exclude from banning', 'BAN_LENGTH' => 'Length of ban', |