diff options
author | Werner Koch <[email protected]> | 2008-01-22 12:06:00 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-01-22 12:06:00 +0000 |
commit | fefc0da6e90759233a313b837c852183bdd880c7 (patch) | |
tree | d769544a728060619c8dbb277d30de8d53027cbf /tools/gpgconf-comp.c | |
parent | 2008-01-17 Marcus Brinkmann <[email protected]> (diff) | |
download | gnupg-fefc0da6e90759233a313b837c852183bdd880c7.tar.gz gnupg-fefc0da6e90759233a313b837c852183bdd880c7.zip |
translation fixes
Diffstat (limited to 'tools/gpgconf-comp.c')
-rw-r--r-- | tools/gpgconf-comp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index 4cd38b54a..7470f421f 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -1,5 +1,5 @@ /* gpgconf-comp.c - Configuration utility for GnuPG. - * Copyright (C) 2004, 2007 Free Software Foundation, Inc. + * Copyright (C) 2004, 2007, 2008 Free Software Foundation, Inc. * * This file is part of GnuPG. * @@ -840,7 +840,7 @@ static gc_option_t gc_options_dirmngr[] = "dirmngr", "|URL|redirect all HTTP requests to URL", GC_ARG_TYPE_STRING, GC_BACKEND_DIRMNGR }, { "honor-http-proxy", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED, - "dirmngr", N_("use system's HTTP proxy setting"), + "gnupg", N_("use system's HTTP proxy setting"), GC_ARG_TYPE_NONE, GC_BACKEND_DIRMNGR }, { "LDAP", @@ -874,7 +874,7 @@ static gc_option_t gc_options_dirmngr[] = GC_BACKEND_DIRMNGR in this component, so that the entry for "ldapserverlist-file will be initialized before this one. */ { "LDAP Server", GC_OPT_FLAG_ARG_OPT|GC_OPT_FLAG_LIST, GC_LEVEL_BASIC, - NULL, "LDAP server list", + "gnupg", N_("LDAP server list"), GC_ARG_TYPE_LDAP_SERVER, GC_BACKEND_DIRMNGR_LDAP_SERVER_LIST }, { "max-replies", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC, "dirmngr", "|N|do not return more than N items in one query", |