X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsysmsgs.c;h=e336f0f774327e111a0f164fb6491ed77e7f31bf;hb=64a9d779e6d2f3e8b9b8492aea68fbf881d6d71b;hp=1dac62755e8a85c683e800a0538834c5f12f9f84;hpb=450c8beef81a4e7d23d0afc17c7ae5d1dba4e6ba;p=citadel.git diff --git a/webcit/sysmsgs.c b/webcit/sysmsgs.c index 1dac62755..e336f0f77 100644 --- a/webcit/sysmsgs.c +++ b/webcit/sysmsgs.c @@ -37,7 +37,7 @@ void display_edit(char *description, char *check_cmd, output_headers(1, 1, 0, 0, 0, 0); } - svprintf("BOXTITLE", WCS_STRING, _("Edit %s"), description); + svprintf(HKEY("BOXTITLE"), WCS_STRING, _("Edit %s"), description); do_template("beginbox"); wprintf(_("Enter %s below. Text is formatted to the reader's browser."