* migrated SUBST stuff to hash
[citadel.git] / webcit / sysmsgs.c
index 1dac62755e8a85c683e800a0538834c5f12f9f84..e336f0f774327e111a0f164fb6491ed77e7f31bf 100644 (file)
@@ -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."