mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/15947] Fix X out of 0 messages stored bug
PHPBB3-15947
This commit is contained in:
parent
7a034a8c1e
commit
aed2d00373
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue