summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Baudens <baudens@mandriva.com>2003-03-10 15:36:05 +0000
committerDavid Baudens <baudens@mandriva.com>2003-03-10 15:36:05 +0000
commitd673d292346df7cf6c7ed217fb22081d0256bcff (patch)
tree5726a9a710bdaa4ee9e84a82130c67c8146ddcfe
parent7f98ddc32d5e8da4bf49054fd5da0c6f079ce079 (diff)
downloadcontrol-center-d673d292346df7cf6c7ed217fb22081d0256bcff.tar
control-center-d673d292346df7cf6c7ed217fb22081d0256bcff.tar.gz
control-center-d673d292346df7cf6c7ed217fb22081d0256bcff.tar.bz2
control-center-d673d292346df7cf6c7ed217fb22081d0256bcff.tar.xz
control-center-d673d292346df7cf6c7ed217fb22081d0256bcff.zip
Fix typo
-rwxr-xr-xcontrol-center2
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") ],