mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Started to implement the audit log feature.
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
This commit is contained in:
parent
093b25c996
commit
55ba204bfa
103 changed files with 17892 additions and 15330 deletions
|
@ -33,7 +33,7 @@
|
|||
#include "gpg.h"
|
||||
#include "options.h"
|
||||
#include "packet.h"
|
||||
#include "errors.h"
|
||||
#include "status.h"
|
||||
#include "iobuf.h"
|
||||
#include "keydb.h"
|
||||
#include "photoid.h"
|
||||
|
@ -2095,8 +2095,8 @@ keyedit_menu( const char *username, strlist_t locusr,
|
|||
case cmdTRUST:
|
||||
if(opt.trust_model==TM_EXTERNAL)
|
||||
{
|
||||
tty_printf(_("Owner trust may not be set while "
|
||||
"using an user provided trust database\n"));
|
||||
tty_printf (_("Owner trust may not be set while "
|
||||
"using a user provided trust database\n"));
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue