Module: appdb Branch: master Commit: 6df84f117072d13da3dd4e7e5b2b7f738bcfda7b URL: http://source.winehq.org/git/appdb.git/?a=commit;h=6df84f117072d13da3dd4e7e5...
Author: Alexander Nicolaysen Sørnes alex@thehandofagony.com Date: Thu Oct 18 12:05:42 2007 +0200
Tell the user not to submit screenshots of installers, error messages etc.
---
screenshots.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
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 "<p align="center">When submitting screenshots please ensure that the focus is on the application running inside Wine."; - echo "<br />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.</p>"; + echo "<br />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 "<br />Do not upload screenshots of error messages, installers, game menus etc.</p>";
echo '<form enctype="multipart/form-data" action="screenshots.php" name="sImageForm" method="post">',"\n"; echo html_frame_start("Upload Screenshot","400","",0);