diff options
-rwxr-xr-x | drakwizard.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drakwizard.pl b/drakwizard.pl index 5642fc3b..7c78bef2 100755 --- a/drakwizard.pl +++ b/drakwizard.pl @@ -39,7 +39,7 @@ my $in = interactive->vnew; my %wiz = ( apache => ['Apache', N("Apache web server")], dhcp => ['Dhcp', N("Dhcp server")], - bind => ['Bind', N("Dns (configuration)")], + bind => ['Bind', N("Dns server")], inn => ['Inn', N("News server")], nfs => ['NFS', N("NFS server")], postfix => ['Postfix', N("Mail server")], @@ -48,7 +48,7 @@ my %wiz = ( squid => ['Squid', N("Proxy")], ntp => ['Ntp', N("Time server")], apache2 => ['Apache', N("Apache2 web server"), { ver => 2 }], - nisautofs => ['Nisautofs', N("Nis server + Autofs")], + nisautofs => ['Nisautofs', N("NIS server autofs map")], installsrv => ['Installsrv', N("Mdk Install server")], pxe => ['Pxe', N("Pxe server")], ); |