diff options
Diffstat (limited to 'g10/plaintext.c')
-rw-r--r-- | g10/plaintext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/plaintext.c b/g10/plaintext.c index b1201b8b7..a133f1670 100644 --- a/g10/plaintext.c +++ b/g10/plaintext.c @@ -233,7 +233,7 @@ ask_for_detached_datafile( md_filter_context_t *mfx, const char *inname ) if( !fp ) { if( opt.verbose ) - log_info("reading stdin ...\n"); + log_info(_("reading stdin ...\n")); while( (c = getchar()) != EOF ) { if( mfx->md ) md_putc(mfx->md, c ); |