mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Minor string changes.
--
This commit is contained in:
parent
9309bda958
commit
576fedc5f6
3 changed files with 4 additions and 4 deletions
|
@ -940,7 +940,7 @@ build_pk_list (ctrl_t ctrl, strlist_t rcpts, PK_LIST *ret_pk_list)
|
|||
xfree (r->pk);
|
||||
xfree (r);
|
||||
|
||||
log_error (_("Can't encrypt to '%s'.\n"), default_key);
|
||||
log_error (_("can't encrypt to '%s'\n"), default_key);
|
||||
if (!opt.quiet)
|
||||
log_info (_("(check argument of option '%s')\n"),
|
||||
"--default-key");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue