diff --git a/include/application.php b/include/application.php index dd39597..9fe2ab3 100644 --- a/include/application.php +++ b/include/application.php @@ -1156,10 +1156,8 @@ class Application { public function objectDisplayQueueProcessingHelp() { - echo "

This is the list of applications waiting for your approval, ". - "or to be rejected.

\n"; - echo "

To view a submission, click on its name. ". - "From that page you can edit, delete or approve it into the AppDB.

\n"; + echo "

This is the list of application entries waiting to be processed.

\n"; + echo "

To view and process an entry, use the links under ‘Action’

"; } public function objectDisplayAddItemHelp() diff --git a/include/testData.php b/include/testData.php index 0183040..e112e7b 100644 --- a/include/testData.php +++ b/include/testData.php @@ -1362,12 +1362,10 @@ class testData{ return FALSE; } - function objectDisplayQueueProcessingHelp() + public function objectDisplayQueueProcessingHelp() { - echo "

This is the list of test results waiting for submission, ". - "rejection or deletion.

\n"; - echo "

To view a submission, click on its name. From that page ". - "you can submit it into the AppDB, reject it or delete it.

\n"; + echo "

This is the list of test results waiting to be processed.

\n"; + echo "

To view and process an entry, use the links under ‘Action’

"; } function objectShowPreview() diff --git a/include/version.php b/include/version.php index 4bbf882..946f200 100644 --- a/include/version.php +++ b/include/version.php @@ -1646,10 +1646,8 @@ class version { public function objectDisplayQueueProcessingHelp() { - echo "

This is the list of versions waiting for your approval, ". - "or to be rejected.

\n"; - echo "

To view a submission, click on its name. ". - "From that page you can edit, delete or approve it into the AppDB.

\n"; + echo "

This is the list of version entries waiting to be processed.

\n"; + echo "

To view and process an entry, use the links under ‘Action’

"; } public function getTestResults($bIncludeDeleted = false)