aboutsummaryrefslogtreecommitdiff
path: root/ayatanawebmail/application.py
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-01-15 17:11:32 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-01-15 17:11:32 +0100
commit3fdbc35e1cde1c3659d0dfc593706e637e92431a (patch)
tree822538142de83209a251800be655e7f5fc16ad3c /ayatanawebmail/application.py
parent70a00cd439fb24da20b4e43787c7cbead793dfdf (diff)
parent781e904142d62550c618b95582666ac08bf19d36 (diff)
downloadayatana-webmail-3fdbc35e1cde1c3659d0dfc593706e637e92431a.tar.gz
ayatana-webmail-3fdbc35e1cde1c3659d0dfc593706e637e92431a.tar.bz2
ayatana-webmail-3fdbc35e1cde1c3659d0dfc593706e637e92431a.zip
Merge branch 'pr/fix-message-text'
Attributes GH PR #12: https://github.com/AyatanaIndicators/ayatana-webmail/pull/12
Diffstat (limited to 'ayatanawebmail/application.py')
-rwxr-xr-xayatanawebmail/application.py2
1 files changed, 1 insertions, 1 deletions
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: