diff options
Diffstat (limited to '')
-rw-r--r-- | g10/decrypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/decrypt.c b/g10/decrypt.c index 4094321c3..f59f2a546 100644 --- a/g10/decrypt.c +++ b/g10/decrypt.c @@ -56,7 +56,7 @@ decrypt_message( const char *filename ) /* open the message file */ fp = iobuf_open(filename); if( !fp ) { - log_error(_("can't open '%s'\n"), print_fname_stdin(filename)); + log_error(_("can't open `%s'\n"), print_fname_stdin(filename)); return G10ERR_OPEN_FILE; } |