summaryrefslogtreecommitdiffstats
path: root/drakxconf
diff options
context:
space:
mode:
Diffstat (limited to 'drakxconf')
-rwxr-xr-xdrakxconf16
1 files changed, 8 insertions, 8 deletions
diff --git a/drakxconf b/drakxconf
index abfb6039..469ee0e2 100755
--- a/drakxconf
+++ b/drakxconf
@@ -22,17 +22,17 @@ my @l = map {
}
{ des => $_->{des}, cmd => $path };
} (
- { des => N("Display Configuration"), cmd => 'XFdrake' },
- { des => N("KeyBoard Configuration"), cmd => 'keyboarddrake' },
- { des => N("Mouse Configuration"), cmd => 'mousedrake' },
+ { des => N("Display"), cmd => 'XFdrake' },
+ { des => N("Keyboard"), cmd => 'keyboarddrake' },
+ { des => N("Mouse"), cmd => 'mousedrake' },
{ des => N("Internet & Network"), cmd => 'drakconnect' },
- { des => N("Add new users"), cmd => 'adduserdrake' },
- { des => N("Service Configuration"), cmd => 'drakxservices' },
+ { des => N("Users and groups"), cmd => 'adduserdrake' },
+ { des => N("Services"), cmd => 'drakxservices' },
{ des => N("Firewall"), cmd => 'tinyfirewall' },
- { des => N("Boot Configuration"), cmd => 'drakboot' },
+ { des => N("Boot loader"), cmd => 'drakboot' },
{ des => N("Auto Install"), cmd => 'drakautoinst' },
- { des => N("Connection Sharing"), cmd => 'drakgw' },
- { des => N("Disk Partionning"), cmd => 'diskdrake' }
+ { des => N("Internet connection sharing"), cmd => 'drakgw' },
+ { des => N("Partitions"), cmd => 'diskdrake' }
);
my $choice = $in->ask_from_listf(N("Control Center"), N("Choose the tool you want to use"), sub { $_[0]{des} }, \@l)