mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/15097] Resolve travis-ci error
Make sure indentation is using tabs not spaces per code guidelines PHPBB3-15097
This commit is contained in:
parent
65513c79f5
commit
16dbc4195a
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ $lang = array_merge($lang, array(
|
||||||
'NUMBER_USERS' => 'Number of users',
|
'NUMBER_USERS' => 'Number of users',
|
||||||
'NUMBER_ORPHAN' => 'Orphan attachments',
|
'NUMBER_ORPHAN' => 'Orphan attachments',
|
||||||
|
|
||||||
'PHP_VERSION' => 'PHP version',
|
'PHP_VERSION' => 'PHP version',
|
||||||
'PHP_VERSION_OLD' => 'The version of PHP on this server (%1$s) will no longer be supported by future versions of phpBB. The minimum required version will be PHP %2$s. %3$sDetails%4$s',
|
'PHP_VERSION_OLD' => 'The version of PHP on this server (%1$s) will no longer be supported by future versions of phpBB. The minimum required version will be PHP %2$s. %3$sDetails%4$s',
|
||||||
|
|
||||||
'POSTS_PER_DAY' => 'Posts per day',
|
'POSTS_PER_DAY' => 'Posts per day',
|
||||||
|
|
Loading…
Add table
Reference in a new issue