* tell the user we understand gif/jpg/png; if we want more, we need to add them to...
authorWilfried Göesgens <willi@citadel.org>
Fri, 8 Feb 2008 21:50:34 +0000 (21:50 +0000)
committerWilfried Göesgens <willi@citadel.org>
Fri, 8 Feb 2008 21:50:34 +0000 (21:50 +0000)
webcit/graphics.c

index 6c210e1565d2de33d8966df599aaba79d364b54b..3179d580f01bb33c789f2e3c7628b40f868ec4d7 100644 (file)
@@ -34,8 +34,7 @@ void display_graphics_upload(char *description, char *check_cmd, char *uplurl)
        wprintf("\">\n");
 
        wprintf(_("You can upload any image directly from your computer, "
-               "as long as it is in GIF format (JPEG, PNG, etc. won't "
-               "work)."));
+                 "as long as it is in GIF, JPEG or PNG"));
        wprintf("<br /><br />\n");
 
        wprintf(_("Please select a file to upload:"));