summaryrefslogtreecommitdiff
path: root/sieve
diff options
context:
space:
mode:
authoruid65697 <uid65697>2003-12-26 12:56:35 +0000
committeruid65697 <uid65697>2003-12-26 12:56:35 +0000
commit37dbcca2bdab4ea25ef0ccb10e24e12b7bd0d597 (patch)
tree68336ed294aacf87529522047eb909bc70282124 /sieve
parent6556df8cbb781dae6e2c78b30a34896d6d1fc585 (diff)
downloadmailutils-37dbcca2bdab4ea25ef0ccb10e24e12b7bd0d597.tar.gz
mailutils-37dbcca2bdab4ea25ef0ccb10e24e12b7bd0d597.tar.bz2
Changed multiline doc string to
a single-line one: gettext 0.13 is unable to handle translator comments with multiline msgids.
Diffstat (limited to 'sieve')
-rw-r--r--sieve/sieve.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/sieve/sieve.c b/sieve/sieve.c
index 5a6cfe1d9..59669d267 100644
--- a/sieve/sieve.c
+++ b/sieve/sieve.c
@@ -51,14 +51,14 @@ const char *program_version = "sieve (" PACKAGE_STRING ")";
static char doc[] =
/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
in this message */
-N_("GNU sieve -- a mail filtering tool\n"
-"\v"
-"Debug flags:\n"
-" g - main parser traces\n"
-" T - mailutil traces (MU_DEBUG_TRACE)\n"
-" P - network protocols (MU_DEBUG_PROT)\n"
-" t - sieve trace (MU_SIEVE_DEBUG_TRACE)\n"
-" i - sieve instructions trace (MU_SIEVE_DEBUG_INSTR)\n");
+N_("GNU sieve -- a mail filtering tool\n\
+\v\
+Debug flags:\n\
+ g - main parser traces\n\
+ T - mailutil traces (MU_DEBUG_TRACE)\n\
+ P - network protocols (MU_DEBUG_PROT)\n\
+ t - sieve trace (MU_SIEVE_DEBUG_TRACE)\n\
+ i - sieve instructions trace (MU_SIEVE_DEBUG_INSTR)\n");
#define D_DEFAULT "TPt"

Return to:

Send suggestions and report system problems to the System administrator.