aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/language/en/admin.php')
-rw-r--r--phpBB/language/en/admin.php12
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 />&#187; %s',
'LOG_AUTO_PRUNE' => '<b>Auto-pruned forums</b><br />&#187; %s',
- 'LOG_BAN_EXCLUDE_USER' => '<b>Excluded user from ban</b> for reason %s<br />&#187; %s ',
- 'LOG_BAN_EXCLUDE_IP' => '<b>Excluded ip from ban</b> for reason %s<br />&#187; %s ',
- 'LOG_BAN_EXCLUDE_EMAIL' => '<b>Excluded email from ban</b> for reason %s<br />&#187; %s ',
- 'LOG_BAN_USER' => '<b>Banned User</b> for reason %s<br />&#187; %s ',
- 'LOG_BAN_IP' => '<b>Banned ip</b> for reason %s<br />&#187; %s',
- 'LOG_BAN_EMAIL' => '<b>Banned email</b> for reason %s<br />&#187; %s',
+ 'LOG_BAN_EXCLUDE_USER' => '<b>Excluded user from ban</b> for reason "<i>%s</i>"<br />&#187; %s ',
+ 'LOG_BAN_EXCLUDE_IP' => '<b>Excluded ip from ban</b> for reason "<i>%s</i>"<br />&#187; %s ',
+ 'LOG_BAN_EXCLUDE_EMAIL' => '<b>Excluded email from ban</b> for reason "<i>%s</i>"<br />&#187; %s ',
+ 'LOG_BAN_USER' => '<b>Banned User</b> for reason "<i>%s</i>"<br />&#187; %s ',
+ 'LOG_BAN_IP' => '<b>Banned ip</b> for reason "<i>%s</i>"<br />&#187; %s',
+ 'LOG_BAN_EMAIL' => '<b>Banned email</b> for reason "<i>%s</i>"<br />&#187; %s',
'LOG_UNBAN_USER' => '<b>Unbanned user</b><br />&#187; %s',
'LOG_UNBAN_IP' => '<b>Unbanned ip</b><br />&#187; %s',
'LOG_UNBAN_EMAIL' => '<b>Unbanned email</b><br />&#187; %s',