diff options
Diffstat (limited to 'g10/keyedit.c')
-rw-r--r-- | g10/keyedit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keyedit.c b/g10/keyedit.c index b6e730f8b..786873d3d 100644 --- a/g10/keyedit.c +++ b/g10/keyedit.c @@ -1051,7 +1051,7 @@ keyedit_menu( const char *username, STRLIST locusr, STRLIST commands, } else { - tty_printf("\n"); + tty_printf(_(" Unable to sign.\n")); break; } } |