diff options
| author | n-aleha <nick_aleha@myway.com> | 2014-07-08 02:09:10 +0300 |
|---|---|---|
| committer | n-aleha <nick_aleha@myway.com> | 2014-07-08 02:09:10 +0300 |
| commit | f2745d1e574af528270869994f2323db68dc8466 (patch) | |
| tree | 2ea53095bf61a7fc4b76813522d0ff236b270d2d /phpBB/language/en/common.php | |
| parent | 4679fa543b40ae2d37f99db1907cfee0381995b5 (diff) | |
| download | forums-f2745d1e574af528270869994f2323db68dc8466.tar forums-f2745d1e574af528270869994f2323db68dc8466.tar.gz forums-f2745d1e574af528270869994f2323db68dc8466.tar.bz2 forums-f2745d1e574af528270869994f2323db68dc8466.tar.xz forums-f2745d1e574af528270869994f2323db68dc8466.zip | |
[ticket/12768] More fixes in language files
More spaces converted to tabs for identation in language files.
PHPBB3-12768
Diffstat (limited to 'phpBB/language/en/common.php')
| -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 7cca760e34..5af3ad4fbc 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -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', ), |
