[Telepathy-commits] [telepathy-salut/master] src/salut-tubes-manager.c: wording: 'Already chatting' -> tube channel

Alban Crequy alban.crequy at collabora.co.uk
Fri Feb 6 03:14:57 PST 2009


---
 src/salut-tubes-manager.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/salut-tubes-manager.c b/src/salut-tubes-manager.c
index cacb4c9..a9192c6 100644
--- a/src/salut-tubes-manager.c
+++ b/src/salut-tubes-manager.c
@@ -897,9 +897,8 @@ salut_tubes_manager_requestotron (SalutTubesManager *self,
       if (require_new)
         {
           g_set_error (&error, TP_ERRORS, TP_ERROR_NOT_AVAILABLE,
-              "Already chatting with contact #%u in another channel", handle);
-          DEBUG ("Already chatting with contact #%u in another channel",
-              handle);
+              "A tube channel with contact #%u already exists", handle);
+          DEBUG ("A tube channel with contact #%u already exists", handle);
           goto error;
         }
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list