From e076bfe0f92056af2a07ef400274368fcad96712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Fri, 23 Jan 2009 19:36:23 +0100 Subject: [PATCH] screenshot: Improve queue processing help --- include/screenshot.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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()