From db7bc6a966cb9250fa8f5649975b68d3d6e60514 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 22 Jun 2009 16:03:48 +0200 Subject: [PATCH] More human notification messages when users sign in/out. --- src/empathy-event-manager.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c index 18f40a23..35c91c48 100644 --- a/src/empathy-event-manager.c +++ b/src/empathy-event-manager.c @@ -1006,7 +1006,7 @@ event_manager_presence_changed_cb (EmpathyContactMonitor *monitor, TP_CONNECTION_PRESENCE_TYPE_OFFLINE) <= 0) { /* someone is logging off */ - header = g_strdup_printf (_("%s signed out."), + header = g_strdup_printf (_("%s is now offline."), empathy_contact_get_name (contact)); event_manager_add (manager, contact, GTK_STOCK_DIALOG_INFO, header, @@ -1022,7 +1022,7 @@ event_manager_presence_changed_cb (EmpathyContactMonitor *monitor, TP_CONNECTION_PRESENCE_TYPE_OFFLINE) > 0) { /* someone is logging in */ - header = g_strdup_printf (_("%s signed in."), + header = g_strdup_printf (_("%s is now online."), empathy_contact_get_name (contact)); event_manager_add (manager, contact, GTK_STOCK_DIALOG_INFO, header, -- 2.39.2