[network-manager-applet] menu: remove ... from 'More networks' menu item



commit 2db24fbace6ad45339e23e063dc7ab8f3ea31164
Author: Dan Williams <dcbw redhat com>
Date:   Fri Oct 9 15:23:20 2009 -0700

    menu: remove ... from 'More networks' menu item
    
    It's not a dialog, it's a submenu.  No further action is required
    from mousing over the submenu item.

 po/pa.po                 |    4 ++--
 po/sl.po                 |    4 ++--
 src/applet-device-wifi.c |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/po/pa.po b/po/pa.po
index 165ba7f..09537a6 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -279,8 +279,8 @@ msgstr "ਬ�ਤਾਰ ਬੰਦ ਹ�"
 
 #: ../src/applet-device-wifi.c:792
 #| msgid "Wired Networks"
-msgid "More networks..."
-msgstr "ਹ�ਰ ਨ�ੱ�ਵਰ�..."
+msgid "More networks"
+msgstr "ਹ�ਰ ਨ�ੱ�ਵਰ�"
 
 #: ../src/applet-device-wifi.c:1059
 msgid "Wireless Networks Available"
diff --git a/po/sl.po b/po/sl.po
index f830f37..e994942 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -324,8 +324,8 @@ msgstr "brezžiÄ?ni dostop je onemogoÄ?en"
 
 #: ../src/applet-device-wifi.c:788
 #| msgid "_Wired Network"
-msgid "More networks..."
-msgstr "VeÄ? omrežij ..."
+msgid "More networks"
+msgstr "VeÄ? omrežij"
 
 #: ../src/applet-device-wifi.c:1048
 #| msgid "Wireless Network"
diff --git a/src/applet-device-wifi.c b/src/applet-device-wifi.c
index 867bc17..2b96018 100644
--- a/src/applet-device-wifi.c
+++ b/src/applet-device-wifi.c
@@ -789,7 +789,7 @@ wireless_add_menu_item (NMDevice *device,
 			GtkWidget *subitem, *submenu;
 			GSList *sorted_subitems;
 
-			subitem = gtk_menu_item_new_with_mnemonic (_("More networks..."));
+			subitem = gtk_menu_item_new_with_mnemonic (_("More networks"));
 			submenu = gtk_menu_new ();
 			gtk_menu_item_set_submenu (GTK_MENU_ITEM (subitem), submenu);
 



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