mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-14 04:30:29 +01:00
Merge pull request #6386 from battye/ticket/15947
[ticket/15947] Fix X out of 0 messages stored bug
This commit is contained in:
commit
32ce101541
@ -432,6 +432,7 @@ $lang = array_merge($lang, array(
|
||||
'MESSAGE' => 'Message',
|
||||
'MESSAGES' => 'Messages',
|
||||
'MESSAGES_COUNT' => array(
|
||||
0 => 'unlimited messages',
|
||||
1 => '%d message',
|
||||
2 => '%d messages',
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user