From b076ce302189d619d170089f70afdb72dd0bf967 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 10 Nov 1998 12:59:59 +0000 Subject: Some bug fixes of the last release --- g10/plaintext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'g10/plaintext.c') 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 ); -- cgit v1.2.3