ekiga r7482 - in trunk: . src/gui



Author: dsandras
Date: Sun Dec 28 19:08:26 2008
New Revision: 7482
URL: http://svn.gnome.org/viewvc/ekiga?rev=7482&view=rev

Log:
Fixed tooltip (#551114).


Modified:
   trunk/ChangeLog
   trunk/src/gui/main.cpp

Modified: trunk/src/gui/main.cpp
==============================================================================
--- trunk/src/gui/main.cpp	(original)
+++ trunk/src/gui/main.cpp	Sun Dec 28 19:08:26 2008
@@ -3333,7 +3333,7 @@
   gtk_tool_item_set_expand (GTK_TOOL_ITEM (item), FALSE);
 
   gtk_widget_set_tooltip_text (GTK_WIDGET (mw->priv->connect_button),
-			       _("Enter a URI on the left, and click this button to place a call"));
+			       _("Enter a URI on the left, and click this button to place a call or to hangup"));
   
   gtk_toolbar_insert (GTK_TOOLBAR (mw->priv->main_toolbar), item, -1);
 



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