Fix some queue processing help texts

This commit is contained in:
Alexander Nicolaysen Sørnes
2008-11-25 21:30:41 +01:00
parent 0294f01c3f
commit 2bd552c9e0
3 changed files with 7 additions and 13 deletions

View File

@@ -1362,12 +1362,10 @@ class testData{
return FALSE;
}
function objectDisplayQueueProcessingHelp()
public function objectDisplayQueueProcessingHelp()
{
echo "<p>This is the list of test results waiting for submission, ".
"rejection or deletion.</p>\n";
echo "<p>To view a submission, click on its name. From that page ".
"you can submit it into the AppDB, reject it or delete it.</p>\n";
echo "<p>This is the list of test results waiting to be processed.</p>\n";
echo "<p>To view and process an entry, use the links under &#8216;Action&#8217;</p>";
}
function objectShowPreview()