From f453c5d7a039613c2f12f0e077be68fd7acbf4bb Mon Sep 17 00:00:00 2001 From: Jeff Zaroyko Date: Fri, 6 Jun 2008 10:11:33 +1000 Subject: [PATCH] Add a note next to the 'Installs?' option on the test data submissiion form which says "Installing is an important part of testing under Wine. Select N/A if there is no installer." --- include/testData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);