From c6400c1aa82239f1c154ca27596600cae964515d Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 5 Oct 2015 11:08:34 +0200 Subject: [PATCH] gpgconf: Change displayed name of Dirmngr to "Key Acquirer". * 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. This is an update of 819bba75aaed11ecef2e274add173718358212b9 suggested by Neal Walfield. The former term "Network Manager" conflicts with the well known GNOME network manager tool. --- tools/gpgconf-comp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index 550945a34..cf53ebc61 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_("Network Manager"), gc_options_dirmngr }, + { "dirmngr", "gnupg", N_("Key Acquirer"), gc_options_dirmngr }, { "pinentry", "gnupg", N_("PIN and Passphrase Entry"), gc_options_pinentry } };