diff --git a/install/updates/preconfig/0.9/preconfig_0.9.inc.php b/install/updates/preconfig/0.9/preconfig_0.9.inc.php
index 9e46956f..21b6598f 100644
--- a/install/updates/preconfig/0.9/preconfig_0.9.inc.php
+++ b/install/updates/preconfig/0.9/preconfig_0.9.inc.php
@@ -182,7 +182,7 @@ function parseAndOutputPreconfig(&$has_preconfig, &$return, $current_version)
$description = 'Please enter the correct username/groupname of the webserver on your system We\'re guessing the user but it might not be correct, so please check.';
$question = 'Please enter the webservers username:
';
- $question = 'Please enter the webservers groupname: ';
+ $question .= 'Please enter the webservers groupname: ';
eval("\$return.=\"" . getTemplate("update/preconfigitem") . "\";");
}
}