diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-13 07:15:16 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-13 07:15:16 +0000 |
commit | 4ac3d8b0544b11fff3557ae7b21130d68519bf6d (patch) | |
tree | cda6ce69276d62ee25ab2f9c51031704bc4c520b | |
parent | b042e7759761fe7f70a8749fc2822afc7e3908ee (diff) | |
download | control-center-4ac3d8b0544b11fff3557ae7b21130d68519bf6d.tar control-center-4ac3d8b0544b11fff3557ae7b21130d68519bf6d.tar.gz control-center-4ac3d8b0544b11fff3557ae7b21130d68519bf6d.tar.bz2 control-center-4ac3d8b0544b11fff3557ae7b21130d68519bf6d.tar.xz control-center-4ac3d8b0544b11fff3557ae7b21130d68519bf6d.zip |
make wizard IDs all look the same
-rwxr-xr-x | control-center | 8 |
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") ]), ) ] |