mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Fix typos in messages
This commit is contained in:
parent
2540a4b674
commit
e56a2d6a56
@ -1257,7 +1257,7 @@ agent_delete_key (ctrl_t ctrl, const char *desc_text,
|
|||||||
err = agent_get_confirmation
|
err = agent_get_confirmation
|
||||||
(ctrl,
|
(ctrl,
|
||||||
_("Warning: This key is also listed for use with SSH!\n"
|
_("Warning: This key is also listed for use with SSH!\n"
|
||||||
"Deleting the key will may remove your ability to"
|
"Deleting the key will may remove your ability to "
|
||||||
"access remote machines."),
|
"access remote machines."),
|
||||||
_("Delete key"), _("No"), 0);
|
_("Delete key"), _("No"), 0);
|
||||||
if (err)
|
if (err)
|
||||||
|
@ -201,7 +201,7 @@ static ARGPARSE_OPTS opts[] = {
|
|||||||
N_("|N|do not return more than N items in one query")),
|
N_("|N|do not return more than N items in one query")),
|
||||||
|
|
||||||
ARGPARSE_s_s (oHkpCaCert, "hkp-cacert",
|
ARGPARSE_s_s (oHkpCaCert, "hkp-cacert",
|
||||||
N_("|FILE|use the CA certifciates in FILE for HKP over TLS")),
|
N_("|FILE|use the CA certificates in FILE for HKP over TLS")),
|
||||||
|
|
||||||
|
|
||||||
ARGPARSE_s_s (oSocketName, "socket-name", "@"), /* Only for debugging. */
|
ARGPARSE_s_s (oSocketName, "socket-name", "@"), /* Only for debugging. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user