1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/12768] More fixes in language files

More spaces converted to tabs for identation in language files.

PHPBB3-12768
This commit is contained in:
n-aleha
2014-07-08 02:09:10 +03:00
parent 4679fa543b
commit f2745d1e57
5 changed files with 8 additions and 8 deletions

View File

@@ -299,7 +299,7 @@ $lang = array_merge($lang, array(
1 => 'There is %d guest user online',
2 => 'There are %d guest users online',
),
'GUEST_USERS_TOTAL' => array(
'GUEST_USERS_TOTAL' => array(
1 => '%d guest',
2 => '%d guests',
),