diff --git a/install/install.php b/install/install.php index 3138ee515056bfe6bfecdda8871317b335559fd3..5fc084ceeca21be0469cd3d56a3b99664ed1f32a 100644 --- a/install/install.php +++ b/install/install.php @@ -209,7 +209,7 @@ if($install_mode == 'Standard') { // $conf['server_id'] = $inst->free_query('Unique Numeric ID of the server','1'); // Server ID is an autoInc value of the mysql database now - if(strtolower($inst->simple_query('Shall this server join a existing ISPConfig installation? If not, we will create a new database now',array('y','n'),'y')) == 'n') { + if(strtolower($inst->simple_query('Create a new database? (We do not want to join a existing ISPConfig server setup)',array('y','n'),'y')) == 'y') { //* Create the mysql database $inst->configure_database(); system('/etc/init.d/mysql restart');