diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-08 20:26:25 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-08 20:27:08 +0800 |
commit | eb3bf07c3c1544f03c7c37cbe3fe8ef24ae5143b (patch) | |
tree | 45dcadcc25ec7d92c96a7c461d47938d83c1cb80 /libempathy | |
parent | a62b307ffba7b2b4f241ffeca381fee14f19a7b9 (diff) | |
download | gsoc2013-empathy-eb3bf07c3c1544f03c7c37cbe3fe8ef24ae5143b.tar gsoc2013-empathy-eb3bf07c3c1544f03c7c37cbe3fe8ef24ae5143b.tar.gz gsoc2013-empathy-eb3bf07c3c1544f03c7c37cbe3fe8ef24ae5143b.tar.bz2 gsoc2013-empathy-eb3bf07c3c1544f03c7c37cbe3fe8ef24ae5143b.tar.lz gsoc2013-empathy-eb3bf07c3c1544f03c7c37cbe3fe8ef24ae5143b.tar.xz gsoc2013-empathy-eb3bf07c3c1544f03c7c37cbe3fe8ef24ae5143b.tar.zst gsoc2013-empathy-eb3bf07c3c1544f03c7c37cbe3fe8ef24ae5143b.zip |
improve TP_ERROR_STR_ALREADY_CONNECTED displayed error string
'ressource' is XMPP specific and not clear to most users.
https://bugzilla.gnome.org/show_bug.cgi?id=632739
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 4210c8ec8..8e3509b02 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -352,7 +352,7 @@ create_errors_to_message_hash (void) g_hash_table_insert (errors, TP_ERROR_STR_CONNECTION_LOST, _("Connection has been lost")); g_hash_table_insert (errors, TP_ERROR_STR_ALREADY_CONNECTED, - _("This resource is already connected to the server")); + _("This account is already connected to the server")); g_hash_table_insert (errors, TP_ERROR_STR_CONNECTION_REPLACED, _("Connection has been replaced by a new connection using the " "same resource")); |