aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-07-27 17:22:20 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-07-27 17:22:20 +0000
commit0361c40cb49cc4520b4575f5a5015008cdb78414 (patch)
tree5c43fec8b950f7840c3bf9d19a093f1dd58f43ef /phpBB/admin
parent11477591bf117f22da4465bae70c85ad48c83911 (diff)
downloadforums-0361c40cb49cc4520b4575f5a5015008cdb78414.tar
forums-0361c40cb49cc4520b4575f5a5015008cdb78414.tar.gz
forums-0361c40cb49cc4520b4575f5a5015008cdb78414.tar.bz2
forums-0361c40cb49cc4520b4575f5a5015008cdb78414.tar.xz
forums-0361c40cb49cc4520b4575f5a5015008cdb78414.zip
Wrong cell name for unbanning
git-svn-id: file:///svn/phpbb/trunk@2767 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/admin')
-rw-r--r--phpBB/admin/admin_ban.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/admin/admin_ban.php b/phpBB/admin/admin_ban.php
index 811e15b2e3..355c53bd5f 100644
--- a/phpBB/admin/admin_ban.php
+++ b/phpBB/admin/admin_ban.php
@@ -517,7 +517,7 @@ switch ( $mode )
<th colspan="2"><?php echo $l_unban_title; ?></th>
</tr>
<tr>
- <td class="row1" width="45%"><?php echo $lang['Email_address']; ?>: <br /></td>
+ <td class="row1" width="45%"><?php echo $l_ban_cell; ?>: <br /></td>
<td class="row1"> <?php if ( $banned_options != '' ) { ?><select name="unban[]" multiple="multiple" size="5"><?php echo $banned_options; ?></select><?php } else { echo $l_no_ban_cell; } ?></td>
</tr>
<tr>