X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsieve.c;h=a566c79410214d30f6982d7ed4bde0e751effe94;hb=64a9d779e6d2f3e8b9b8492aea68fbf881d6d71b;hp=849af01e08747c3487675ff9b22f1964994bee9d;hpb=450c8beef81a4e7d23d0afc17c7ae5d1dba4e6ba;p=citadel.git diff --git a/webcit/sieve.c b/webcit/sieve.c index 849af01e0..a566c7941 100644 --- a/webcit/sieve.c +++ b/webcit/sieve.c @@ -648,7 +648,7 @@ void display_add_remove_scripts(char *message) wprintf("
\n"); - svprintf("BOXTITLE", WCS_STRING, _("Add a new script")); + svput("BOXTITLE", WCS_STRING, _("Add a new script")); do_template("beginbox"); wprintf(_("To create a new script, enter the desired " @@ -664,7 +664,7 @@ void display_add_remove_scripts(char *message) do_template("endbox"); - svprintf("BOXTITLE", WCS_STRING, _("Edit scripts")); + svput("BOXTITLE", WCS_STRING, _("Edit scripts")); do_template("beginbox"); wprintf("
%s

\n", _("Return to the script editing screen") @@ -673,7 +673,7 @@ void display_add_remove_scripts(char *message) wprintf("
"); - svprintf("BOXTITLE", WCS_STRING, _("Delete scripts")); + svput("BOXTITLE", WCS_STRING, _("Delete scripts")); do_template("beginbox"); wprintf(_("To delete an existing script, select the script "