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 ")";
51static char doc[] = 51static char doc[] =
52/* TRANSLATORS: Please, preserve the vertical tabulation (^K character) 52/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
53 in this message */ 53 in this message */
54N_("GNU sieve -- a mail filtering tool\n" 54N_("GNU sieve -- a mail filtering tool\n\
55"\v" 55\v\
56"Debug flags:\n" 56Debug flags:\n\
57" g - main parser traces\n" 57 g - main parser traces\n\
58" T - mailutil traces (MU_DEBUG_TRACE)\n" 58 T - mailutil traces (MU_DEBUG_TRACE)\n\
59" P - network protocols (MU_DEBUG_PROT)\n" 59 P - network protocols (MU_DEBUG_PROT)\n\
60" t - sieve trace (MU_SIEVE_DEBUG_TRACE)\n" 60 t - sieve trace (MU_SIEVE_DEBUG_TRACE)\n\
61" i - sieve instructions trace (MU_SIEVE_DEBUG_INSTR)\n"); 61 i - sieve instructions trace (MU_SIEVE_DEBUG_INSTR)\n");
62 62
63#define D_DEFAULT "TPt" 63#define D_DEFAULT "TPt"
64 64

Return to:

Send suggestions and report system problems to the System administrator.