typo
This commit is contained in:
parent
9b0f9c9295
commit
2335fcdabc
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue