From b54b25e6cc824c6bfc0934467ff9030b19d3e104 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 6 Nov 2006 17:17:47 +0000 Subject: [PATCH] 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. --- webcit/sieve.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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" ); -- 2.30.2