From 4679fa543b40ae2d37f99db1907cfee0381995b5 Mon Sep 17 00:00:00 2001 From: n-aleha Date: Tue, 8 Jul 2014 01:13:59 +0300 Subject: [PATCH] [ticket/12768] 'NOTIFICATION_REPORT_CLOSED' entry has wrong indentation 'NOTIFICATION_REPORT_CLOSED' has 3 spaces before the first tab indentation in language/en/common.php. PHPBB3-12768 --- phpBB/language/en/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:',