diff options
Diffstat (limited to 'phpBB/language/en/admin.php')
-rw-r--r-- | phpBB/language/en/admin.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/language/en/admin.php b/phpBB/language/en/admin.php index 1af0520fc7..cb3693a3ff 100644 --- a/phpBB/language/en/admin.php +++ b/phpBB/language/en/admin.php @@ -144,12 +144,12 @@ $lang += array( 'LOG_PRUNE' => '<b>Pruned forums</b><br />» %s', 'LOG_AUTO_PRUNE' => '<b>Auto-pruned forums</b><br />» %s', - 'LOG_BAN_EXCLUDE_USER' => '<b>Excluded user from ban</b> for reason %s<br />» %s ', - 'LOG_BAN_EXCLUDE_IP' => '<b>Excluded ip from ban</b> for reason %s<br />» %s ', - 'LOG_BAN_EXCLUDE_EMAIL' => '<b>Excluded email from ban</b> for reason %s<br />» %s ', - 'LOG_BAN_USER' => '<b>Banned User</b> for reason %s<br />» %s ', - 'LOG_BAN_IP' => '<b>Banned ip</b> for reason %s<br />» %s', - 'LOG_BAN_EMAIL' => '<b>Banned email</b> for reason %s<br />» %s', + 'LOG_BAN_EXCLUDE_USER' => '<b>Excluded user from ban</b> for reason "<i>%s</i>"<br />» %s ', + 'LOG_BAN_EXCLUDE_IP' => '<b>Excluded ip from ban</b> for reason "<i>%s</i>"<br />» %s ', + 'LOG_BAN_EXCLUDE_EMAIL' => '<b>Excluded email from ban</b> for reason "<i>%s</i>"<br />» %s ', + 'LOG_BAN_USER' => '<b>Banned User</b> for reason "<i>%s</i>"<br />» %s ', + 'LOG_BAN_IP' => '<b>Banned ip</b> for reason "<i>%s</i>"<br />» %s', + 'LOG_BAN_EMAIL' => '<b>Banned email</b> for reason "<i>%s</i>"<br />» %s', 'LOG_UNBAN_USER' => '<b>Unbanned user</b><br />» %s', 'LOG_UNBAN_IP' => '<b>Unbanned ip</b><br />» %s', 'LOG_UNBAN_EMAIL' => '<b>Unbanned email</b><br />» %s', |