diff --git a/include/testData.php b/include/testData.php
index 450cc1a..757ffa0 100644
--- a/include/testData.php
+++ b/include/testData.php
@@ -919,7 +919,7 @@ class testData{
// Installs
echo '
| Installs? | ',"\n";
testData::make_Installs_list("sInstalls", $this->sInstalls);
- echo ' |
',"\n";
+ echo ' Installing is an important part of testing under Wine. Select N/A if there is no installer.',"\n";
// Runs
echo '| Runs? | ',"\n";
testData::make_Runs_list("sRuns", $this->sRuns);
|