aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgconf-comp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gpgconf-comp.c')
-rw-r--r--tools/gpgconf-comp.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c
index bcdecfd89..0b39ac4de 100644
--- a/tools/gpgconf-comp.c
+++ b/tools/gpgconf-comp.c
@@ -1023,12 +1023,12 @@ static struct
gc_option_t *options;
} gc_component[] =
{
- { "gpg", NULL, "GPG for OpenPGP", gc_options_gpg },
- { "gpg-agent", NULL, "GPG Agent", gc_options_gpg_agent },
- { "scdaemon", NULL, "Smartcard Daemon", gc_options_scdaemon },
- { "gpgsm", NULL, "GPG for S/MIME", gc_options_gpgsm },
- { "dirmngr", NULL, "Directory Manager", gc_options_dirmngr },
- { "pinentry", NULL, "PIN and Passphrase Entry", gc_options_pinentry }
+ { "gpg", "gnupg", N_("GPG for OpenPGP"), gc_options_gpg },
+ { "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 },
+ { "pinentry", "gnupg", N_("PIN and Passphrase Entry"), gc_options_pinentry }
};