From: Art Cancro Date: Mon, 6 Nov 2006 17:17:47 +0000 (+0000) Subject: Made some of the new messages consistent with X-Git-Tag: v7.86~3860 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=b54b25e6cc824c6bfc0934467ff9030b19d3e104 Made some of the new messages consistent with each other, so the translators have less work to do. Also corrected the icon in use for the new screens. --- diff --git a/webcit/sieve.c b/webcit/sieve.c index 7cb7630c9..299cdbd60 100644 --- a/webcit/sieve.c +++ b/webcit/sieve.c @@ -68,7 +68,8 @@ void display_sieve(void) wprintf("
\n"); wprintf("
"); - wprintf(""); + wprintf("" + ""); wprintf(_("View/edit server-side mail filters")); wprintf("\n"); wprintf("
\n"); @@ -260,8 +261,8 @@ void display_add_remove_scripts(char *message) wprintf("" "
" "" - ""); - wprintf(_("Add/remove Sieve scripts")); + ""); + wprintf(_("Add or delete scripts")); wprintf("
\n" "
\n
\n" );