Merge pull request #6386 from battye/ticket/15947

[ticket/15947] Fix X out of 0 messages stored bug
This commit is contained in:
Marc Alexander 2022-04-15 23:19:25 +02:00
commit 32ce101541
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -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',
),