screenshot: Improve queue processing help

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-01-23 19:36:23 +01:00
parent 252dafe43d
commit e076bfe0f9

View File

@@ -700,7 +700,9 @@ class screenshot
function objectDisplayQueueProcessingHelp()
{
return appData::objectDisplayQueueProcessingHelp();
$shRet = "<p>This is the list of screenshots waiting to be processed</p>";
$shRet .= "<p>To view and process an entry, use the links under &#8216;Action&#8217;</p>";
return $shRet;
}
function outputEditor()