mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[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
This commit is contained in:
@@ -462,7 +462,7 @@ $lang = array_merge($lang, array(
|
||||
'NOTIFICATION_REASON' => '<em>Reason:</em> %1$s.',
|
||||
'NOTIFICATION_REPORT_PM' => '<strong>Private Message reported</strong> by %1$s:',
|
||||
'NOTIFICATION_REPORT_POST' => '<strong>Post reported</strong> by %1$s:',
|
||||
'NOTIFICATION_REPORT_CLOSED' => '<strong>Report closed</strong> by %1$s for:',
|
||||
'NOTIFICATION_REPORT_CLOSED' => '<strong>Report closed</strong> by %1$s for:',
|
||||
'NOTIFICATION_TOPIC' => '<strong>New topic</strong> by %1$s:',
|
||||
'NOTIFICATION_TOPIC_APPROVED' => '<strong>Topic approved</strong>:',
|
||||
'NOTIFICATION_TOPIC_DISAPPROVED' => '<strong>Topic disapproved</strong>:',
|
||||
|
Reference in New Issue
Block a user