[ekiga] Better string for menu item



commit 91cd65b75f8654f650cbf482cdefa96d00aac7da
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Tue Mar 20 14:06:43 2012 +0100

    Better string for menu item

 src/gui/main_window.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/main_window.cpp b/src/gui/main_window.cpp
index abf46ee..8f829b9 100644
--- a/src/gui/main_window.cpp
+++ b/src/gui/main_window.cpp
@@ -1718,7 +1718,7 @@ ekiga_main_window_init_menu (EkigaMainWindow *mw)
 		      GTK_STOCK_EXECUTE, 0,
 		      NULL, NULL, FALSE),
 
-      GTK_MENU_ENTRY("connect", _("Ca_ll"), _("Place a new call"),
+      GTK_MENU_ENTRY("connect", _("Ca_ll a number"), _("Place a new call"),
 		     GM_STOCK_PHONE_PICK_UP_16, 'o',
 		     G_CALLBACK (show_dialpad_cb), mw, TRUE),
 



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