diff --git a/src/dialogs.py b/src/dialogs.py
index e4e12bec6079a232cf7278080c6507fe53a6f0c1..cc52684cd1bdfd441260deab07db4fb3d22b407e 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 fdf9da913ab35b8c4feffbad5b160f9beafae986..99de2d5bb25dfc7c96f35588655087a4503c31ca 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