[empathy] improve TP_ERROR_STR_ALREADY_CONNECTED displayed error string



commit eb3bf07c3c1544f03c7c37cbe3fe8ef24ae5143b
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed Feb 8 13:26:25 2012 +0100

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c
index 4210c8e..8e3509b 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"));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]