aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-01-03 14:42:57 +0100
committerRobert Tari <robert@tari.in>2021-01-03 14:42:57 +0100
commit781e904142d62550c618b95582666ac08bf19d36 (patch)
tree822538142de83209a251800be655e7f5fc16ad3c
parent70a00cd439fb24da20b4e43787c7cbead793dfdf (diff)
downloadayatana-webmail-781e904142d62550c618b95582666ac08bf19d36.tar.gz
ayatana-webmail-781e904142d62550c618b95582666ac08bf19d36.tar.bz2
ayatana-webmail-781e904142d62550c618b95582666ac08bf19d36.zip
Fix grammar bugpr/fix-message-text
-rwxr-xr-xayatanawebmail/application.py2
-rwxr-xr-xpo/ayatanawebmail.pot6
2 files changed, 4 insertions, 4 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:
diff --git a/po/ayatanawebmail.pot b/po/ayatanawebmail.pot
index f454cec..1aed992 100755
--- a/po/ayatanawebmail.pot
+++ b/po/ayatanawebmail.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ayatana-webmail 20.8.16\n"
"Report-Msgid-Bugs-To: https://github.com/AyatanaIndicators/ayatana-webmail/issues\n"
-"POT-Creation-Date: 2020-08-22 20:15+0200\n"
+"POT-Creation-Date: 2021-01-03 14:41+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -78,8 +78,8 @@ msgstr ""
#: ayatanawebmail/application.py:1136
#, python-format
-msgid "You have %d unread mail"
-msgid_plural "You have %d unread mails"
+msgid "You have %d unread message"
+msgid_plural "You have %d unread messages"
msgstr[0] ""
msgstr[1] ""