1
0
Fork 0
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:
Werner Koch 2016-01-18 12:15:09 +01:00
parent 9309bda958
commit 576fedc5f6
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
3 changed files with 4 additions and 4 deletions

View file

@ -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");