summaryrefslogtreecommitdiff
path: root/libsieve
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-02-23 16:02:54 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-02-23 16:02:54 +0000
commitf400a22e3d70b86f1f2d281ee087ebbcc86cbbb0 (patch)
tree8e1fb46680551a62d8a1095c9ff468538cef15dc /libsieve
parent37a31c3b6896985eb02977ccc9d66d4e0bb9ed6e (diff)
downloadmailutils-f400a22e3d70b86f1f2d281ee087ebbcc86cbbb0.tar.gz
mailutils-f400a22e3d70b86f1f2d281ee087ebbcc86cbbb0.tar.bz2
(sieve_argp_option): Use N_()
Diffstat (limited to 'libsieve')
-rw-r--r--libsieve/argp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libsieve/argp.c b/libsieve/argp.c
index 723d1b208..7ff656d08 100644
--- a/libsieve/argp.c
+++ b/libsieve/argp.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -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 },
+ N_("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 },
+ N_("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.