mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01:00
gpg: Minor string changes.
--
This commit is contained in:
parent
9309bda958
commit
576fedc5f6
@ -621,7 +621,7 @@ get_pubkeys (ctrl_t ctrl,
|
||||
{
|
||||
char fingerprint_formatted[MAX_FORMATTED_FINGERPRINT_LEN + 1];
|
||||
|
||||
log_info (_("Warning: %s appears in the keyring %d times.\n"),
|
||||
log_info (_("Warning: %s appears in the keyring %d times\n"),
|
||||
format_hexfingerprint (fingerprint,
|
||||
fingerprint_formatted,
|
||||
sizeof fingerprint_formatted),
|
||||
|
@ -374,10 +374,10 @@ print_reported_error (gpg_error_t err, gpg_err_code_t ignore_ec)
|
||||
else if (gpg_err_code (err) == ignore_ec)
|
||||
;
|
||||
else if (gpg_err_source (err) == GPG_ERR_SOURCE_DEFAULT)
|
||||
log_info (_("(reported error: %s\n)"),
|
||||
log_info (_("(reported error: %s)\n"),
|
||||
gpg_strerror (err));
|
||||
else
|
||||
log_info (_("(reported error: %s <%s>\n)"),
|
||||
log_info (_("(reported error: %s <%s>)\n"),
|
||||
gpg_strerror (err), gpg_strsource (err));
|
||||
|
||||
}
|
||||
|
@ -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…
x
Reference in New Issue
Block a user