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."
This commit is contained in:
committed by
Chris Morgan
parent
0f9c35b832
commit
f453c5d7a0
@@ -919,7 +919,7 @@ class testData{
|
||||
// Installs
|
||||
echo '<tr><td class=color0><b>Installs?</b></td><td class=color0>',"\n";
|
||||
testData::make_Installs_list("sInstalls", $this->sInstalls);
|
||||
echo '</td></tr>',"\n";
|
||||
echo ' Installing is an important part of testing under Wine. Select N/A if there is no installer.</td></tr>',"\n";
|
||||
// Runs
|
||||
echo '<tr><td class=color1><b>Runs?</b></td><td class=color0>',"\n";
|
||||
testData::make_Runs_list("sRuns", $this->sRuns);
|
||||
|
||||
Reference in New Issue
Block a user