From 6df84f117072d13da3dd4e7e5b2b7f738bcfda7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Thu, 18 Oct 2007 12:05:42 +0200 Subject: [PATCH] Tell the user not to submit screenshots of installers, error messages etc. --- screenshots.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/screenshots.php b/screenshots.php index ffa33ca..05fd022 100644 --- a/screenshots.php +++ b/screenshots.php @@ -134,7 +134,8 @@ if($hResult && query_num_rows($hResult)) if($aClean['iVersionId'] && $_SESSION['current']->isLoggedIn()) { echo "

When submitting screenshots please ensure that the focus is on the application running inside Wine."; - echo "
This means if the application is running in a window then please crop the image so that only the application is shown and not your desktop.

"; + echo "
This means if the application is running in a window then please crop the image so that only the application is shown and not your desktop."; + echo "
Do not upload screenshots of error messages, installers, game menus etc.

"; echo '
',"\n"; echo html_frame_start("Upload Screenshot","400","",0);