summaryrefslogtreecommitdiffstats
path: root/drakwizard.pl
diff options
context:
space:
mode:
Diffstat (limited to 'drakwizard.pl')
-rwxr-xr-xdrakwizard.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/drakwizard.pl b/drakwizard.pl
index 7c78bef2..f39db7c8 100755
--- a/drakwizard.pl
+++ b/drakwizard.pl
@@ -38,19 +38,19 @@ my $in = interactive->vnew;
my %wiz = (
apache => ['Apache', N("Apache web server")],
- dhcp => ['Dhcp', N("Dhcp server")],
- bind => ['Bind', N("Dns server")],
+ dhcp => ['Dhcp', N("DHCP server")],
+ bind => ['Bind', N("DNS server")],
inn => ['Inn', N("News server")],
nfs => ['NFS', N("NFS server")],
postfix => ['Postfix', N("Mail server")],
- proftpd => ['Proftpd', N("Ftp server")],
+ proftpd => ['Proftpd', N("FTP server")],
samba => ['Samba', N("Samba server")],
squid => ['Squid', N("Proxy")],
ntp => ['Ntp', N("Time server")],
apache2 => ['Apache', N("Apache2 web server"), { ver => 2 }],
nisautofs => ['Nisautofs', N("NIS server autofs map")],
installsrv => ['Installsrv', N("Mdk Install server")],
- pxe => ['Pxe', N("Pxe server")],
+ pxe => ['Pxe', N("PXE server")],
);
if (!defined($wiz{$ARGV[0]})) {