From 2335fcdabc737e22eacc11249a0685f466d043bb Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Wed, 11 Jan 2006 21:30:48 +0000 Subject: [PATCH] typo --- src/notify.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/notify.py b/src/notify.py index e74130f51..2d4ebc1fa 100644 --- a/src/notify.py +++ b/src/notify.py @@ -197,9 +197,10 @@ class DesktopNotification: img = 'ft_stopped.png' else: txt = '' - elif event_type == _('New Email'): + elif event_type == _('New E-mail'): txt = _('You have new E-mail on %s.') % (jid) ntype = 'gmail.notify' + img = 'single_msg_recv.png' #FIXME: find a better image else: # defaul failsafe values img = 'chat_msg_recv.png' # img to display -- GitLab