From: Art Cancro Date: Tue, 5 Jan 1999 04:50:05 +0000 (+0000) Subject: msg changes X-Git-Tag: v7.86~7958 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=f7394a20676e9ac877f0e6109dacf77bd9d1f459;p=citadel.git msg changes --- diff --git a/webcit/graphics.c b/webcit/graphics.c index c2e6cb8ee..e92af89b1 100644 --- a/webcit/graphics.c +++ b/webcit/graphics.c @@ -29,6 +29,11 @@ void display_graphics_upload(char *description, char *check_cmd, char *uplurl) { wprintf("
\n"); wprintf("
\n", uplurl, bstr("which_room")); + + wprintf("You can upload any image directly from your computer,\n"); + wprintf("as long as it is in GIF format (JPEG, PNG, etc. won't\n"); + wprintf("work).

\n"); + wprintf("Please select a file to upload:
\n"); wprintf("\n"); wprintf("
");