diff options
-rwxr-xr-x | control-center | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center index a8dc2746..c226a441 100755 --- a/control-center +++ b/control-center @@ -249,7 +249,7 @@ my @tree = [ "DHCP wizard", "dhcp", 'dhcp_server-mdk', N("The DHCP wizard will help you configuring the DHCP services of your server") ], [ "DNS Client wizard", "client", 'dns_client-mdk', N("The DNS Client wizard will help you in adding a new client in your local DNS") ], [ "DNS wizard", "dns", 'dns_server-mdk', N("The DNS wizard will help you configuring the DNS services of your server.") ], - [ "FTP wizard", "ftp", 'ftpdns_server-mdkThe FTP wizard will help you configuring the FTP Server for your network") ], + [ "FTP wizard", "ftp", 'dns_server-mdk', N("The FTP wizard will help you configuring the FTP Server for your network") ], [ "News wizard", "news", 'news-mdk', N("The News wizard will help you configuring the Internet News services for your network") ], [ "Postfix wizard", "postfix", 'postfix-mdk', N("The Postfix wizard will help you configuring the Internet Mail services for your network") ], [ "Squid wizard", "proxy", 'web-mdk', N("The Proxy wizard will help you configuring a web caching proxy server") ], |