summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center8
1 files changed, 4 insertions, 4 deletions
diff --git a/control-center b/control-center
index 58f64d8b..643a393b 100755
--- a/control-center
+++ b/control-center
@@ -295,16 +295,16 @@ my @tree =
[ "DNS wizard", "bind", 'dns_server-mdk', N("Configure DNS") ],
[ "FTP wizard", "proftpd", 'ftp-mdk', N("Configure FTP") ],
[ "News wizard", "inn", 'news-mdk', N("Configure news") ],
- [ "Kolab", "kolab", "kolab-mdk", N("Configure groupware") ],
+ [ "Kolab wizard", "kolab", "kolab-mdk", N("Configure groupware") ],
[ "LDAP wizard", "ldap", "ldap-mdk", N("Configure LDAP") ],
[ "Postfix wizard", "postfix", 'postfix-mdk', N("Configure mail") ],
[ "Squid wizard", "squid", 'drakproxy-mdk', N("Configure proxy") ],
[ "Samba wizard", "samba", 'samba_server-mdk', N("Configure Samba") ],
[ "Time wizard", "ntp", 'ntp_server-mdk', N("Configure time") ],
[ "Web wizard", "apache2", 'web_server-mdk', N("Configure web server") ]),
- [ 'Nis+autofs', "nisautofs", 'nisautofs', N("Configure NIS and Autofs") ],
- [ "Install server", "installsrv", 'wizard-mdk', N("Configure installation server") ],
- if_(0, [ "Pxe", "pxe", 'pxe-server', N("Configure PXE") ]),
+ [ 'Nis+autofs wizard', "nisautofs", 'nisautofs', N("Configure NIS and Autofs") ],
+ [ "Installation server wizard", "installsrv", 'wizard-mdk', N("Configure installation server") ],
+ if_(0, [ "Pxe wizard", "pxe", 'pxe-server', N("Configure PXE") ]),
)
]