diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-17 14:59:33 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-17 14:59:33 +0000 |
commit | c0caf7652fb699ec38488df6f52f354534dd22d1 (patch) | |
tree | 0f3673f0b38e905a95773b8b4b3b878139cc991e /phpBB/language/en/acp/ban.php | |
parent | 929fa966708a022ec329e015f89b78c7894e7ff6 (diff) | |
download | forums-c0caf7652fb699ec38488df6f52f354534dd22d1.tar forums-c0caf7652fb699ec38488df6f52f354534dd22d1.tar.gz forums-c0caf7652fb699ec38488df6f52f354534dd22d1.tar.bz2 forums-c0caf7652fb699ec38488df6f52f354534dd22d1.tar.xz forums-c0caf7652fb699ec38488df6f52f354534dd22d1.zip |
Fixing some tiny bugs...
- correctly close span tags within code=php
git-svn-id: file:///svn/phpbb/trunk@7619 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/ban.php')
-rw-r--r-- | phpBB/language/en/acp/ban.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/ban.php b/phpBB/language/en/acp/ban.php index 6bd3128bf9..7e48c19b65 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 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.', + '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 <kbd>YYYY-MM-DD</kbd> format.', 'BAN_EXCLUDE' => 'Exclude from banning', 'BAN_LENGTH' => 'Length of ban', @@ -59,7 +59,7 @@ $lang = array_merge($lang, array( 'IP_UNBAN' => 'Un-ban or un-exclude IPs', 'IP_UNBAN_EXPLAIN' => 'You can unban (or un-exclude) multiple IP addresses in one go using the appropriate combination of mouse and keyboard for your computer and browser. Excluded IPs are emphasised.', - 'LENGTH_BAN_INVALID' => 'The date has to be formated YYYY-MM-DD', + 'LENGTH_BAN_INVALID' => 'The date has to be formatted <kbd>YYYY-MM-DD</kbd>.', 'PERMANENT' => 'Permanent', |