aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-10 18:57:34 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-10 19:00:01 +0800
commit79be987eee4d7e2156c0b4e765923831038815b1 (patch)
treeead56e1510197707686c3383958c7f47afc86968 /src
parenta64acd193522eb034dc650fccfbe0b1d8f66c57e (diff)
downloadgsoc2013-empathy-79be987eee4d7e2156c0b4e765923831038815b1.tar
gsoc2013-empathy-79be987eee4d7e2156c0b4e765923831038815b1.tar.gz
gsoc2013-empathy-79be987eee4d7e2156c0b4e765923831038815b1.tar.bz2
gsoc2013-empathy-79be987eee4d7e2156c0b4e765923831038815b1.tar.lz
gsoc2013-empathy-79be987eee4d7e2156c0b4e765923831038815b1.tar.xz
gsoc2013-empathy-79be987eee4d7e2156c0b4e765923831038815b1.tar.zst
gsoc2013-empathy-79be987eee4d7e2156c0b4e765923831038815b1.zip
improve phrasing of the subscription request message
Diffstat (limited to 'src')
-rw-r--r--src/empathy-event-manager.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c
index 7486c83de..2e6526fdb 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);