diff options
-rw-r--r-- | perl-install/harddrake/data.pm | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index c03550acb..1368e5dba 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -363,15 +363,6 @@ our @tree = }, { - class => "UPS", - string => N("UPS"), - icon => "ups.png", - configurator => "$sbindir/drakups", - detector => sub { f(detect_devices::getUPS()) }, - checked_on_boot => 0, - }, - - { class => "KEYBOARD", string => N("Keyboard"), icon => "usb.png", @@ -399,6 +390,15 @@ our @tree = }, { + class => "UPS", + string => N("UPS"), + icon => "ups.png", + configurator => "$sbindir/drakups", + detector => sub { f(detect_devices::getUPS()) }, + checked_on_boot => 0, + }, + + { class => "SCANNER", string => N("Scanner"), icon => "scanner.png", |