[empathy/gnome-2-34] improve phrasing of the subscription request message
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy/gnome-2-34] improve phrasing of the subscription request message
- Date: Thu, 10 Feb 2011 11:00:25 +0000 (UTC)
commit 79be987eee4d7e2156c0b4e765923831038815b1
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Thu Feb 10 11:57:34 2011 +0100
improve phrasing of the subscription request message
src/empathy-event-manager.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c
index 7486c83..2e6526f 100644
--- a/src/empathy-event-manager.c
+++ b/src/empathy-event-manager.c
@@ -1053,8 +1053,9 @@ event_manager_pendings_changed_cb (EmpathyContactList *list,
return;
}
- header = g_strdup_printf (_("%s would like permission to see when you are available"),
- empathy_contact_get_alias (contact);
+ header = g_strdup_printf (
+ _("%s would like permission to see when you are online"),
+ empathy_contact_get_alias (contact));
if (!EMP_STR_EMPTY (message))
event_msg = g_strdup_printf (_("\nMessage: %s"), message);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]