summaryrefslogtreecommitdiff
path: root/dotlock
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 /dotlock
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 'dotlock')
-rw-r--r--dotlock/dotlock.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/dotlock/dotlock.c b/dotlock/dotlock.c
index bb04c681f..4bcd30de2 100644
--- a/dotlock/dotlock.c
+++ b/dotlock/dotlock.c
@@ -34,10 +34,10 @@ const char *program_version = "GNU dotlock (" PACKAGE_STRING ")";
static char doc[] =
/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
in this message */
-N_("GNU dotlock -- lock mail spool files"
- "\v"
- "Returns 0 on success, 3 if the locking the file fails because"
- " it's already locked, and 1 if some other kind of error occurred.");
+N_("GNU dotlock -- lock mail spool files\
+\v\
+Returns 0 on success, 3 if locking the file fails because\
+ it's already locked, and 1 if some other kind of error occurred.");
static char args_doc[] = N_("FILE");

Return to:

Send suggestions and report system problems to the System administrator.