aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgconf-comp.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2015-09-18 14:19:34 +0000
committerWerner Koch <[email protected]>2015-09-18 14:21:31 +0000
commit819bba75aaed11ecef2e274add173718358212b9 (patch)
tree2ac458df872c55484daf9e9af9cad12f833b8a3c /tools/gpgconf-comp.c
parentdirmngr: Add option --use-tor as a stub. (diff)
downloadgnupg-819bba75aaed11ecef2e274add173718358212b9.tar.gz
gnupg-819bba75aaed11ecef2e274add173718358212b9.zip
gpgconf: Change displayed name of Dirmngr to "Network Manager".
* tools/gpgconf-comp.c (gc_component): Change printed name. -- All network access is handled by Dirmngr so at least in the GUI option dialog we should acknowledge that by changing the name to an issuer to understand term. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'tools/gpgconf-comp.c')
-rw-r--r--tools/gpgconf-comp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c
index 3f0d83ba5..550945a34 100644
--- a/tools/gpgconf-comp.c
+++ b/tools/gpgconf-comp.c
@@ -1055,7 +1055,7 @@ static struct
{ "gpg-agent","gnupg", N_("GPG Agent"), gc_options_gpg_agent },
{ "scdaemon", "gnupg", N_("Smartcard Daemon"), gc_options_scdaemon },
{ "gpgsm", "gnupg", N_("GPG for S/MIME"), gc_options_gpgsm },
- { "dirmngr", "gnupg", N_("Directory Manager"), gc_options_dirmngr },
+ { "dirmngr", "gnupg", N_("Network Manager"), gc_options_dirmngr },
{ "pinentry", "gnupg", N_("PIN and Passphrase Entry"), gc_options_pinentry }
};