Fixed typo in precheck - questions

This commit is contained in:
Florian Aders (EleRas)
2010-05-03 11:48:28 +00:00
parent aa532806d0
commit 01b58cf247

View File

@@ -100,7 +100,7 @@ function parseAndOutputPreconfig(&$has_preconfig, &$return, $current_version)
{
$has_preconfig = true;
$description = 'For the new FTP-quota feature, you can now chose the currently used ftpd-software.';
$question = '<strong>Chose ftpd-software:</strong>&nbsp;';
$question = '<strong>Used FTPd-software:</strong>&nbsp;';
$question .= '<select name="update_defsys_ftpserver">';
$question .= makeoption('ProFTPd', 'proftpd', 'proftpd');
$question .= makeoption('PureFTPd', 'pureftpd', 'proftpd');