diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index dbef16c5f2..7cca760e34 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -462,7 +462,7 @@ $lang = array_merge($lang, array( 'NOTIFICATION_REASON' => 'Reason: %1$s.', 'NOTIFICATION_REPORT_PM' => 'Private Message reported by %1$s:', 'NOTIFICATION_REPORT_POST' => 'Post reported by %1$s:', - 'NOTIFICATION_REPORT_CLOSED' => 'Report closed by %1$s for:', + 'NOTIFICATION_REPORT_CLOSED' => 'Report closed by %1$s for:', 'NOTIFICATION_TOPIC' => 'New topic by %1$s:', 'NOTIFICATION_TOPIC_APPROVED' => 'Topic approved:', 'NOTIFICATION_TOPIC_DISAPPROVED' => 'Topic disapproved:',