From e9e7b494c37d573eb07f2640f8bcc82e537fee12 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Tue, 3 Nov 2020 00:19:04 +0100 Subject: [PATCH] Rewording --- app/views/packages/upload.slim | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/views/packages/upload.slim b/app/views/packages/upload.slim index 3d42504..8f420f3 100644 --- a/app/views/packages/upload.slim +++ b/app/views/packages/upload.slim @@ -37,29 +37,29 @@ h1 = "Upload screenshots for #{@package.name}" p.subtitle Your upload… ul li - ' should contain a typical scene when working with it. + ' should contain a typical scene when working with it li ' should show the actual application and not just - ' your whole desktop (unless the screenshot is meant for a window manager). + ' your whole desktop (unless the screenshot is meant for a window manager) li - ' must be in PNG format. + ' needs to be in PNG or JPEG format li - ' can be multiple images at once. + ' can be multiple images at once li - ' needs to be approved by the moderators first before it is publicly visible. + ' needs to be approved by the moderators first before it is publicly visible li - ' will be reduced if it is lager than 800x600 pixels. + ' will be reduced if it is wider or higher than 2000 pixels. ' So don't try to capture too much detail in a screenshot. It may become ' unreadable. Shrink the application's window if possible. li - ' will be made public and can freely be used by anyone. + ' will be made public and can freely be used by anyone li ' can be taken by screenshot tools like shutter, ksnapshot (KDE), ' gimp, xwd or scrot. See the a href='http://wiki.debian.org/ScreenShots' Debian wiki ' for more information on how to make screenshots under Debian. li - ' should preferably show the application in english. + ' should show the application in english if feasible. ' If you don't use english by default please start your application ' from a shell using after setting "export LANG=C".