diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-10-08 21:01:25 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-10-08 21:01:25 +0000 |
commit | 2c16ed72489c37102158d5f5038049dce401cf26 (patch) | |
tree | 76ba9a392f6b006b22ed20a726cea45b81aadc2c /phpBB/language/en | |
parent | 1d0e4ee436cf7ca5790d83aac11ed9cf90a4ccda (diff) | |
download | forums-2c16ed72489c37102158d5f5038049dce401cf26.tar forums-2c16ed72489c37102158d5f5038049dce401cf26.tar.gz forums-2c16ed72489c37102158d5f5038049dce401cf26.tar.bz2 forums-2c16ed72489c37102158d5f5038049dce401cf26.tar.xz forums-2c16ed72489c37102158d5f5038049dce401cf26.zip |
Minor changes to select box
git-svn-id: file:///svn/phpbb/trunk@2944 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/lang_admin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index 737f136435..628d909dea 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -251,13 +251,13 @@ $lang = array_merge($lang, array( 'Delete_user_posts_explain' => 'Setting this to yes will remove all posts made by the pruned users.', 'Confirm_prune_users' => 'Are you sure you wish to prune the selected users?', 'Success_user_prune' => 'The selected users have been pruned successfully', - 'Ban_explain' => 'Here you can control the banning of users by name, IP or email address. These methods prevent a user reaching any part of the board. You can give a short (255 character) reason for the ban if you wish. This will be displayed in the admin log. The length 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 <u>Other</u> for the ban length and enter a date in yyyy-mm-dd format.', + 'Ban_explain' => 'Here you can control the banning of users by name, IP or email address. These methods prevent a user reaching any part of the board. You can give a short (255 character) reason for the ban if you wish. This will be displayed in the admin log. The length 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 <u>Until</u> for the ban length and enter a date in yyyy-mm-dd format.', 'Ban_length' => 'Length of ban', 'Permanent' => 'Permanent', '30_Mins' => '30 Minutes', '1_Hour' => '1 Hour', '6_Hours' => '6 Hours', - 'Other' => 'Other ->', + 'Other' => 'Until ->', 'Ban_reason' => 'Reason for ban', 'Ban_username_explain' => 'You can ban multiple users in one go by entering each name on a new line. Use the <u>Find a Username</u> facility to look up and add one or more users automatically.', 'Unban_username' => 'Un-ban usernames', |