diff options
| author | n-aleha <nick_aleha@myway.com> | 2014-07-08 01:13:59 +0300 | 
|---|---|---|
| committer | n-aleha <nick_aleha@myway.com> | 2014-07-08 01:13:59 +0300 | 
| commit | 4679fa543b40ae2d37f99db1907cfee0381995b5 (patch) | |
| tree | a2553c90c11aacae68d2ce3ffcf4ac117a16623c /phpBB | |
| parent | 80f8c550f9c4bdc393a673c402c846c1f8de0bb9 (diff) | |
| download | forums-4679fa543b40ae2d37f99db1907cfee0381995b5.tar forums-4679fa543b40ae2d37f99db1907cfee0381995b5.tar.gz forums-4679fa543b40ae2d37f99db1907cfee0381995b5.tar.bz2 forums-4679fa543b40ae2d37f99db1907cfee0381995b5.tar.xz forums-4679fa543b40ae2d37f99db1907cfee0381995b5.zip  | |
[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
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/language/en/common.php | 2 | 
1 files changed, 1 insertions, 1 deletions
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'				=> '<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>:',  | 
