diff options
author | Werner Koch <[email protected]> | 2012-08-24 14:37:44 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2012-08-24 14:37:44 +0000 |
commit | a76efe1b05c50bb0688221bccbefaacd6932652d (patch) | |
tree | 5b103e39a6259ada5305ccffbe5100fb43bf5490 | |
parent | Actually show translators comments in PO files (diff) | |
download | gnupg-a76efe1b05c50bb0688221bccbefaacd6932652d.tar.gz gnupg-a76efe1b05c50bb0688221bccbefaacd6932652d.zip |
Fix typos spotted during translations
* g10/gpg.c: uppercase after Syntax
* util/secmem.c (print_warn): Update URL.
-rw-r--r-- | g10/gpg.c | 4 | ||||
-rw-r--r-- | g10/helptext.c | 4 | ||||
-rw-r--r-- | util/secmem.c | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -792,8 +792,8 @@ strusage( int level ) break; case 41: p = _("Syntax: gpg [options] [files]\n" - "sign, check, encrypt or decrypt\n" - "default operation depends on the input data\n"); + "Sign, check, encrypt or decrypt\n" + "Default operation depends on the input data\n"); break; case 31: p = "\nHome: "; break; diff --git a/g10/helptext.c b/g10/helptext.c index dbb6d8553..d1c4b25eb 100644 --- a/g10/helptext.c +++ b/g10/helptext.c @@ -131,7 +131,7 @@ static struct helptexts { const char *key; const char *help; } helptexts[] = { "C to change the comment.\n" "E to change the email address.\n" "O to continue with key generation.\n" -"Q to to quit the key generation." +"Q to quit the key generation." )}, { "keygen.sub.okay", N_( @@ -226,7 +226,7 @@ static struct helptexts { const char *key; const char *help; } helptexts[] = { { "passphrase.enter", N_( "" -"Please enter the passhrase; this is a secret sentence \n" +"Please enter the passphrase; this is a secret sentence \n" )}, diff --git a/util/secmem.c b/util/secmem.c index 88af07fde..553175b43 100644 --- a/util/secmem.c +++ b/util/secmem.c @@ -94,7 +94,7 @@ print_warn(void) if (!no_warning) { log_info(_("WARNING: using insecure memory!\n")); - log_info(_("please see http://www.gnupg.org/faq.html" + log_info(_("please see http://www.gnupg.org/documentation/faqs.html" " for more information\n")); } } |