diff options
author | Justus Winter <[email protected]> | 2016-09-23 12:10:07 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-09-23 12:11:58 +0000 |
commit | 5420c821e8f095a13a2a0a5409d22fc75dccd130 (patch) | |
tree | adc9e9c83727ca8b7c626b8881f19a50f92530d1 /po/gl.po | |
parent | g10: Spell out --recv-keys. (diff) | |
download | gnupg-justus/issue2700.tar.gz gnupg-justus/issue2700.zip |
g10: Hyphenate --clearsign.justus/issue2700
* g10/gpg.c (opts): Hyphenate option.
* doc/gpg.texi: Update accordingly.
* po: Update translations.
* tests/openpgp: Update tests.
GnuPG-bug-id: 2700
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | po/gl.po | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2039,7 +2039,7 @@ msgid "" "Examples:\n" "\n" " -se -r Bob [file] sign and encrypt for user Bob\n" -" --clearsign [file] make a clear text signature\n" +" --clear-sign [file] make a clear text signature\n" " --detach-sign [file] make a detached signature\n" " --list-keys [names] show keys\n" " --fingerprint [names] show fingerprints\n" @@ -2469,8 +2469,8 @@ msgstr "non se pode empregar %s no modo %s\n" msgid "--sign --symmetric [filename]" msgstr "--sign --symmetric [ficheiro]" -msgid "--clearsign [filename]" -msgstr "--clearsign [ficheiro]" +msgid "--clear-sign [filename]" +msgstr "--clear-sign [ficheiro]" msgid "--decrypt [filename]" msgstr "--decrypt [ficheiro]" |