summaryrefslogtreecommitdiff
path: root/libsieve/argp.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-02-21 08:53:25 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-02-21 08:53:25 +0000
commitdf5021f777480ec9fe8908be1f239ddf037bff8a (patch)
tree70466319ea6f398cc285f0759ef02a725fda888b /libsieve/argp.c
parent206e1de7ba77895dda6c404c73edf4da6662585a (diff)
downloadmailutils-df5021f777480ec9fe8908be1f239ddf037bff8a.tar.gz
mailutils-df5021f777480ec9fe8908be1f239ddf037bff8a.tar.bz2
Further unification of diagnostic style
Diffstat (limited to 'libsieve/argp.c')
-rw-r--r--libsieve/argp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsieve/argp.c b/libsieve/argp.c
index 43f2a69fc..723d1b208 100644
--- a/libsieve/argp.c
+++ b/libsieve/argp.c
@@ -31,9 +31,9 @@ static error_t sieve_argp_parser __P((int key, char *arg,
/* Options used by programs that use extended authentication mechanisms. */
static struct argp_option sieve_argp_option[] = {
{ "includedir", 'I', N_("DIR"), 0,
- "Append directory DIR to the list of directories searched for include files", 0 },
+ _("Append directory DIR to the list of directories searched for include files"), 0 },
{ "libdir", 'L', N_("DIR"), 0,
- "Append directory DIR to the list of directories searched for library files", 0 },
+ _("Append directory DIR to the list of directories searched for library files"), 0 },
{ NULL, 0, NULL, 0, NULL, 0 }
};

Return to:

Send suggestions and report system problems to the System administrator.