summaryrefslogtreecommitdiff
path: root/dotlock
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-04-08 13:07:25 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-04-08 13:07:25 +0000
commitd4cca7e49c654394f10fecf38cc476e508a441d6 (patch)
treea4234b157fd9b93869f73b9b6c2187bde215ffb3 /dotlock
parent760ca7b65d194d26191b951c5f6764790b91730e (diff)
downloadmailutils-d4cca7e49c654394f10fecf38cc476e508a441d6.tar.gz
mailutils-d4cca7e49c654394f10fecf38cc476e508a441d6.tar.bz2
(main): Fixed diagnostics to better suit i18n.
Diffstat (limited to 'dotlock')
-rw-r--r--dotlock/dotlock.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/dotlock/dotlock.c b/dotlock/dotlock.c
index 4bcd30de2..c2d6c11e9 100644
--- a/dotlock/dotlock.c
+++ b/dotlock/dotlock.c
@@ -184,8 +184,10 @@ main (int argc, char *argv[])
locker_destroy (&locker);
if (debug && err)
- fprintf (stderr, _("%s %s failed: %s\n"),
- unlock ? _("unlocking") : _("locking"), file, mu_strerror (err));
+ fprintf (stderr,
+ unlock ? _("unlocking the file %s failed: %s\n") :
+ _("locking the file %s failed: %s\n"),
+ file, mu_strerror (err));
switch (err)
{

Return to:

Send suggestions and report system problems to the System administrator.