From eb3bf07c3c1544f03c7c37cbe3fe8ef24ae5143b Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 8 Feb 2012 13:26:25 +0100 Subject: [PATCH] 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 --- libempathy/empathy-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 4210c8ec..8e3509b0 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")); -- 2.39.2