1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-07-02 02:48:57 +02:00

* g10.c (main): Add missing LF in a info printout and made it

translatable.  Noted by Michael Tokarev.
This commit is contained in:
Werner Koch 2002-05-22 09:10:08 +00:00
parent 018a5fd8bd
commit ee18678cb6
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-05-22 Werner Koch <wk@gnupg.org>
* g10.c (main): Add missing LF in a info printout and made it
translatable. Noted by Michael Tokarev.
2002-05-21 Werner Koch <wk@gnupg.org>
* g10.c (main): Removed the undef of USE_SHM_COPROCESSING which

View File

@ -1654,8 +1654,8 @@ main( int argc, char **argv )
case aSignSym:
case aClearsign:
if (!opt.quiet && any_explicit_recipient)
log_info ("WARNING: recipients (-r) given "
"without using public key encryption");
log_info (_("WARNING: recipients (-r) given "
"without using public key encryption\n"));
break;
default:
break;