X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Froomops.c;h=1e20e12a168715079b037d8e906a2b8a824c8e2f;hb=5c67cc635952963d041472aaca778106522797ab;hp=4c47999e4b85a2ac08a28491f2bfb2c218701617;hpb=85ae093a7401ea30ff071d833c6456ab8880ad15;p=citadel.git diff --git a/webcit/roomops.c b/webcit/roomops.c index 4c47999e4..1e20e12a1 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -489,7 +489,7 @@ void embed_room_banner(char *got, int navbar_style) { if (buf2[0] == '1') while (serv_getln(buf2, sizeof buf2), strcmp(buf2, "000")) file_count++; snprintf (with_files, sizeof with_files, - "; %d %s ", + "; %d %s ", file_count, ((file_count>1) || (file_count == 0) ? _("files") : _("file"))); }