Skip to content
Snippets Groups Projects
Commit 447c5f61 authored by nkour's avatar nkour
Browse files

fix a leftover

parent 3200801b
No related branches found
No related tags found
No related merge requests found
......@@ -266,9 +266,9 @@ def add_jid(self, jid, account):
nb += jids[jid].nb_unread[jid]
text = i18n.ngettext(
'Gajim - one unread message',
'Gajim - %d unread message',
'Gajim - %d unread messages',
nb, None, nb)
nb, nb, nb)
self.systray_winapi.notify_icon.set_tooltip(text)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment