mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00: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:
parent
80f8c550f9
commit
4679fa543b
1 changed files with 1 additions and 1 deletions
|
@ -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>:',
|
||||
|
|
Loading…
Add table
Reference in a new issue