mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-10 13:04:23 +01:00
* g10.c (main): Add missing LF in a info printout and made it
translatable. Noted by Michael Tokarev.
This commit is contained in:
parent
018a5fd8bd
commit
ee18678cb6
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user