[ekiga] Add translator comment.



commit fa103e2bdac55b4c2306869d792cf60f7baaa58a
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Wed Sep 22 16:33:52 2010 +0200

    Add translator comment.
    
    Fixes bug #630330.

 src/gui/main_window.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gui/main_window.cpp b/src/gui/main_window.cpp
index 910db86..c381ced 100644
--- a/src/gui/main_window.cpp
+++ b/src/gui/main_window.cpp
@@ -652,6 +652,8 @@ static void on_established_call_cb (boost::shared_ptr<Ekiga::CallManager>  /*man
   EkigaMainWindow *mw = EKIGA_MAIN_WINDOW (self);
   gchar* info = NULL;
 
+  /* %s is the SIP/H.323 address of the remote user, this text is shown
+     below video during a call */
   info = g_strdup_printf (_("Connected with %s"),
 			  call->get_remote_party_name ().c_str ());
 



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