diff options
Diffstat (limited to '')
-rw-r--r-- | g10/cardglue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/cardglue.c b/g10/cardglue.c index a446a30a3..c5b76edcc 100644 --- a/g10/cardglue.c +++ b/g10/cardglue.c @@ -362,7 +362,7 @@ check_card_serialno (APP app, const char *serialno) else card_close (); tty_printf (_("Please remove the current card and " - "insert the one with the serial number:\n" + "insert the one with serial number:\n" " %.*s\n"), 32, serialno); sprintf (buf, "1 %.32s", serialno); |