From 4ac3d8b0544b11fff3557ae7b21130d68519bf6d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 13 Sep 2004 07:15:16 +0000 Subject: make wizard IDs all look the same --- control-center | 8 ++++---- 1 file 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") ]), ) ] -- cgit v1.2.1