From 00669c06a0dc67f8227c3e1a6dae6f97ae0e39f2 Mon Sep 17 00:00:00 2001 From: Jean-Marie Traissard Date: Wed, 10 May 2006 20:29:17 +0000 Subject: [PATCH] Missing upcase letter --- src/dialogs.py | 2 +- src/notify.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dialogs.py b/src/dialogs.py index e4e12bec6..cc52684cd 100644 --- a/src/dialogs.py +++ b/src/dialogs.py @@ -1114,7 +1114,7 @@ class PopupNotificationWindow: bg_color = 'yellowgreen' elif event_type == _('Groupchat Invitation'): bg_color = 'tan1' - elif event_type == _('Contact Changed status'): + elif event_type == _('Contact Changed Status'): bg_color = 'thistle2' else: # Unknown event ! Shouldn't happen but deal with it bg_color = 'white' diff --git a/src/notify.py b/src/notify.py index fdf9da913..99de2d5bb 100644 --- a/src/notify.py +++ b/src/notify.py @@ -94,7 +94,7 @@ def notify(event, jid, account, parameters): 'status': helpers.get_uf_show(gajim.SHOW_LIST[new_show])} if status_message: text = text + " : " + status_message - popup(_('Contact Changed status'), jid, account, + popup(_('Contact Changed Status'), jid, account, path_to_image = path, title = title, text = text) elif (event == 'contact_connected'): title = _('%(nickname)s Signed In') % \ @@ -229,7 +229,7 @@ class DesktopNotification: ntype = 'email.arrived' elif event_type == _('Groupchat Invitation'): ntype = 'im.invitation' - elif event_type == _('Contact Changed status'): + elif event_type == _('Contact Changed Status'): ntype = 'presence.status' else: # default failsafe values