X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fmessages.c;h=3c3770e508deeb128392a0dcb1e0263072563afc;hb=cef2aa1d629bb63d6743632f9bc76a467dd2b098;hp=9af483f6a7df928bf57cde866846d625ba1c59fb;hpb=10eb640e25404415291524b67e07f3d40695c746;p=citadel.git diff --git a/webcit/messages.c b/webcit/messages.c index 9af483f6a..3c3770e50 100644 --- a/webcit/messages.c +++ b/webcit/messages.c @@ -2187,6 +2187,11 @@ void readloop(char *oper) ); } + if (is_notes) { + wprintf("
%s
\n", _("Click on any note to edit it.")); + wprintf("
\n"); + } + for (a = 0; a < nummsgs; ++a) { if ((WC->msgarr[a] >= startmsg) && (num_displayed < maxmsgs)) {