[empathy] More human notification messages when users sign in/out.
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Subject: [empathy] More human notification messages when users sign in/out.
- Date: Tue, 23 Jun 2009 06:10:18 -0400 (EDT)
commit db7bc6a966cb9250fa8f5649975b68d3d6e60514
Author: Frédéric Péters <fpeters 0d be>
Date: Mon Jun 22 16:03:48 2009 +0200
More human notification messages when users sign in/out.
src/empathy-event-manager.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c
index 18f40a2..35c91c4 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]