network-manager-applet r575 - in branches/network-manager-applet-0-6: . src
- From: dcbw svn gnome org
- To: svn-commits-list gnome org
- Subject: network-manager-applet r575 - in branches/network-manager-applet-0-6: . src
- Date: Thu, 6 Mar 2008 21:51:09 +0000 (GMT)
Author: dcbw
Date: Thu Mar 6 21:51:08 2008
New Revision: 575
URL: http://svn.gnome.org/viewvc/network-manager-applet?rev=575&view=rev
Log:
2008-03-06 Dan Williams <dcbw redhat com>
* src/applet.c
- (nma_update_info): don't use stupid names in the connection dialog
Modified:
branches/network-manager-applet-0-6/ChangeLog
branches/network-manager-applet-0-6/src/applet.c
Modified: branches/network-manager-applet-0-6/src/applet.c
==============================================================================
--- branches/network-manager-applet-0-6/src/applet.c (original)
+++ branches/network-manager-applet-0-6/src/applet.c Thu Mar 6 21:51:08 2008
@@ -237,9 +237,9 @@
speed = g_strdup_printf ("%d Mb/s", mbs);
if (network_device_is_wired (dev))
- iface_and_type = g_strdup_printf (_("Wired Ethernet (%s)"), iface);
+ iface_and_type = g_strdup_printf (_("Ethernet (%s)"), iface);
else
- iface_and_type = g_strdup_printf (_("Wireless Ethernet (%s)"), iface);
+ iface_and_type = g_strdup_printf (_("802.11 WiFi (%s)"), iface);
label = get_label (info_dialog, applet->info_dialog_xml, "label-interface");
gtk_label_set_text (GTK_LABEL (label), iface_and_type);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]