mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* gpgconf-comp.c (my_dgettext): Also switch codeset and directory
for the other used domains (i.e. dirmngr). * gpgconf.c (main): Fixed translation markers.
This commit is contained in:
parent
048635bede
commit
a90acadd51
5 changed files with 76 additions and 53 deletions
|
@ -172,8 +172,9 @@ main (int argc, char **argv)
|
|||
case aChangeOptions:
|
||||
if (!fname)
|
||||
{
|
||||
fputs (N_("usage: gpgconf [options] "), stderr);
|
||||
fputs (N_("Need one component argument"), stderr);
|
||||
fputs (_("usage: gpgconf [options] "), stderr);
|
||||
putc ('\n',stderr);
|
||||
fputs (_("Need one component argument"), stderr);
|
||||
putc ('\n',stderr);
|
||||
exit (2);
|
||||
}
|
||||
|
@ -182,7 +183,7 @@ main (int argc, char **argv)
|
|||
int idx = gc_component_find (fname);
|
||||
if (idx < 0)
|
||||
{
|
||||
fputs (N_("Component not found"), stderr);
|
||||
fputs (_("Component not found"), stderr);
|
||||
putc ('\n', stderr);
|
||||
exit (1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue