mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00: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
1 changed files with 1 additions and 0 deletions
|
@ -432,6 +432,7 @@ $lang = array_merge($lang, array(
|
||||||
'MESSAGE' => 'Message',
|
'MESSAGE' => 'Message',
|
||||||
'MESSAGES' => 'Messages',
|
'MESSAGES' => 'Messages',
|
||||||
'MESSAGES_COUNT' => array(
|
'MESSAGES_COUNT' => array(
|
||||||
|
0 => 'unlimited messages',
|
||||||
1 => '%d message',
|
1 => '%d message',
|
||||||
2 => '%d messages',
|
2 => '%d messages',
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Reference in a new issue