[ekiga] Revert a small string change



commit 08c849d9d5b82bf73f03edca9d0a48803fc044c8
Author: Julien Puydt <jpuydt gnome org>
Date:   Fri Oct 8 16:46:55 2010 +0200

    Revert a small string change
    
    Our master branch is still frozen because we don't have a gnome-2-32 branch yet!

 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 12e2841..d7220d5 100644
--- a/src/gui/main_window.cpp
+++ b/src/gui/main_window.cpp
@@ -3344,7 +3344,7 @@ ekiga_main_window_init_menu (EkigaMainWindow *mw)
 		     (gpointer) prefs_window, TRUE),
 
       // that one doesn't have a macro :
-      {"contact", _("Co_ntact"), _("Act on the selected contact"), GTK_STOCK_EXECUTE, FALSE, 0, MENU_NEW, NULL, NULL, NULL, NULL, TRUE, FALSE},
+      {"contact", _("Co_ntact"), _("Act on selected contact"), GTK_STOCK_EXECUTE, FALSE, 0, MENU_NEW, NULL, NULL, NULL, NULL, TRUE, FALSE},
 
       GTK_MENU_NEW(_("_View")),
 



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