mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #7917 from nextcloud/backport/7916/stable-3.16
[stable-3.16] chore(i18n): Use correct plural syntax
This commit is contained in:
commit
9dcd7d0232
@ -174,7 +174,7 @@ void User::showDesktopNotification(const Activity &activity)
|
||||
|
||||
void User::showDesktopNotification(const ActivityList &activityList)
|
||||
{
|
||||
const auto subject = tr("%n notifications", nullptr, activityList.count());
|
||||
const auto subject = tr("%n notification(s)", nullptr, activityList.count());
|
||||
const auto notificationId = -static_cast<int>(qHash(subject));
|
||||
|
||||
if (!canShowNotification(notificationId)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user