diff --git a/include/screenshot.php b/include/screenshot.php index 26e1a7f..e4ecf4b 100644 --- a/include/screenshot.php +++ b/include/screenshot.php @@ -700,7 +700,9 @@ class screenshot function objectDisplayQueueProcessingHelp() { - return appData::objectDisplayQueueProcessingHelp(); + $shRet = "
This is the list of screenshots waiting to be processed
"; + $shRet .= "To view and process an entry, use the links under ‘Action’
"; + return $shRet; } function outputEditor()