diff options
-rw-r--r-- | perl-install/harddrake/data.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index 0656615b3..c81100025 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -234,11 +234,11 @@ our @tree = }, { - class => "WAN", - string => N("WAN network cards"), + class => "ATM", + string => N("ATM network cards"), icon => "hw_network.png", configurator => "", - detector => sub { f(modules::probe_category('network/wan')) }, + detector => sub { f(modules::probe_category('network/atm')) }, checked_on_boot => 0, }, |