From 781e904142d62550c618b95582666ac08bf19d36 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Sun, 3 Jan 2021 14:42:57 +0100 Subject: Fix grammar bug --- ayatanawebmail/application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ayatanawebmail') diff --git a/ayatanawebmail/application.py b/ayatanawebmail/application.py index ebb83b7..2e84b04 100755 --- a/ayatanawebmail/application.py +++ b/ayatanawebmail/application.py @@ -1133,7 +1133,7 @@ class AyatanaWebmail(object): oConnection.lstNotificationQueue = [] number_of_mails = len(lstNotificationsQueue) - basemessage = g_oTranslation.ngettext('You have %d unread mail', 'You have %d unread mails', number_of_mails) + basemessage = g_oTranslation.ngettext('You have %d unread message', 'You have %d unread messages', number_of_mails) basemessage = basemessage.replace('%d', '{0}') if number_of_mails and self.bPlaySound: -- cgit v1.2.3