Changed 'the Greetingpicture for the login prompt' to 'graphics to be displayed on...
[citadel.git] / webcit / graphics.c
index 25dc451f9d6415cf0af5e918c02d189457a23f2a..3e10a4df2ae5aa2d11d1ebede3cbf15917874a96 100644 (file)
@@ -185,7 +185,7 @@ void display_editroompic(void) {
 /* the greetingpage hello pic */
 void display_edithello(void) {
        putbstr("__WHICHPIC", NewStrBufPlain(HKEY("hello")));
-       putbstr("__PICDESC", NewStrBufPlain(_("the Greetingpicture for the login prompt"), -1));
+       putbstr("__PICDESC", NewStrBufPlain(_("graphics to be displayed on the login screen"), -1));
        putbstr("__UPLURL", NewStrBufPlain(HKEY("edithellopic")));
        display_graphics_upload("edithellopic");
 }