summaryrefslogtreecommitdiff
path: root/mail.local
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 /mail.local
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 'mail.local')
-rw-r--r--mail.local/main.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/mail.local/main.c b/mail.local/main.c
index 12bdbf88a..9962b9273 100644
--- a/mail.local/main.c
+++ b/mail.local/main.c
@@ -45,15 +45,15 @@ const char *program_version = "mail.local (" PACKAGE_STRING ")";
static char doc[] =
/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
in this message */
-N_("GNU mail.local -- the local MDA"
- "\v"
- "Debug flags are:\n"
- " g - guimb stack traces\n"
- " T - mailutil traces (MU_DEBUG_TRACE)\n"
- " P - network protocols (MU_DEBUG_PROT)\n"
- " t - sieve trace (MU_SIEVE_DEBUG_TRACE)\n"
- " l - sieve action logs\n"
- " 0-9 - Set mail.local debugging level\n");
+N_("GNU mail.local -- the local MDA\
+\v\
+Debug flags are:\n\
+ g - guimb stack traces\n\
+ T - mailutil traces (MU_DEBUG_TRACE)\n\
+ P - network protocols (MU_DEBUG_PROT)\n\
+ t - sieve trace (MU_SIEVE_DEBUG_TRACE)\n\
+ l - sieve action logs\n\
+ 0-9 - Set mail.local debugging level\n");
static char args_doc[] = N_("recipient [recipient ...]");

Return to:

Send suggestions and report system problems to the System administrator.