mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +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:
parent
018a5fd8bd
commit
ee18678cb6
2 changed files with 7 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue