This commit is contained in:
Yann Leboulanger 2006-01-11 21:30:48 +00:00
parent 9b0f9c9295
commit 2335fcdabc
1 changed files with 2 additions and 1 deletions

View File

@ -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