From 16e4714e73292a51ae1346beafd9c2fd25149a02 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 17 Nov 2008 20:42:02 +0000 Subject: add description for ethernet and wireless types --- lib/network/connection/ethernet.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/network/connection/ethernet.pm') diff --git a/lib/network/connection/ethernet.pm b/lib/network/connection/ethernet.pm index e0fef99..4c5aded 100644 --- a/lib/network/connection/ethernet.pm +++ b/lib/network/connection/ethernet.pm @@ -9,6 +9,7 @@ use network::tools; our @dhcp_clients = qw(dhclient dhcpcd pump dhcpxd); sub get_type_name() { N("Ethernet") } +sub get_type_description() { N("Wired (Ethernet)") } sub _get_type_icon() { 'ethernet' } sub get_devices() { -- cgit v1.2.1