diff options
author | David Prévot <taffit@debian.org> | 2012-08-22 18:54:38 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2012-08-24 09:44:33 +0200 |
commit | ba591e2f14c0d85ba15346ffd04b9e7d72ec89dc (patch) | |
tree | d12711bb0e477d15f24ac8eea45245a47aefda48 /agent/genkey.c | |
parent | Actually show translators comments in PO files (diff) | |
download | gnupg2-ba591e2f14c0d85ba15346ffd04b9e7d72ec89dc.tar.xz gnupg2-ba591e2f14c0d85ba15346ffd04b9e7d72ec89dc.zip |
Fix typos spotted during translations
* agent/genkey.c: s/to to/to/
* sm/*.c: s/failed to allocated/failed to allocate/
* sm/certlist.c, ./dirmngr/validate.c: s/should have not/should not have/
* g10/seskey.c: missing closing parenthesis
* dirmngr/crlcache.c: s/may has/may have/
Consistency fix:
* g10/gpg.c, kbx/kbxutil.c, sm/gpgsm.c: uppercase after Syntax
* dirmngr/dirmngr_ldap: no period in Syntax
* dirmngr/dirmngr-client.c: infinitive for option description:
s/certificates are expected/expect certificates/
Diffstat (limited to 'agent/genkey.c')
-rw-r--r-- | agent/genkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/genkey.c b/agent/genkey.c index 20b9230bd..c040f13f2 100644 --- a/agent/genkey.c +++ b/agent/genkey.c @@ -404,7 +404,7 @@ agent_genkey (ctrl_t ctrl, const char *cache_nonce, else rc = agent_ask_new_passphrase (ctrl, _("Please enter the passphrase to%0A" - "to protect your new key"), + "protect your new key"), &passphrase); if (rc) return rc; |