aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyedit.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/keyedit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/keyedit.c b/g10/keyedit.c
index 0a711c282..197ede4e6 100644
--- a/g10/keyedit.c
+++ b/g10/keyedit.c
@@ -666,7 +666,7 @@ keyedit_menu( const char *username, STRLIST locusr, STRLIST commands )
tty_printf(_("Key not changed so no update needed.\n"));
rc = update_trust_record( keyblock, 0, NULL );
if( rc )
- log_error(_("update of trust db failed: %s\n"),
+ log_error(_("update of trustdb failed: %s\n"),
g10_errstr(rc) );
goto leave;
@@ -724,7 +724,7 @@ keyedit_menu( const char *username, STRLIST locusr, STRLIST commands )
* get listed correctly */
rc = update_trust_record( keyblock, 0, NULL );
if( rc ) {
- log_error(_("update of trust db failed: %s\n"),
+ log_error(_("update of trustdb failed: %s\n"),
g10_errstr(rc) );
rc = 0;
}