summaryrefslogtreecommitdiffstats
path: root/crypt-gpgme.c
diff options
context:
space:
mode:
authorTAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>2018-11-18 10:05:30 -0800
committerKevin McCarthy <kevin@8t8.us>2018-11-18 10:05:30 -0800
commit2a919856600e372da1dac25a1acfbcc8b3066e7b (patch)
tree6e04d968fc96bbb808e6a57197845504219a2b14 /crypt-gpgme.c
parent5c1af7a43490b5a935357a9a52be6a4e514ec92a (diff)
Add L10N comments to several unclear messages.
Updating Japanese translation, I found that some of the updated messages were a little hard to understand without reading the code. Add comments to some messages I nearly translated in a wrong way.
Diffstat (limited to 'crypt-gpgme.c')
-rw-r--r--crypt-gpgme.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypt-gpgme.c b/crypt-gpgme.c
index f2af8986..47be23bb 100644
--- a/crypt-gpgme.c
+++ b/crypt-gpgme.c
@@ -1383,6 +1383,9 @@ static void print_smime_keyinfo (const char* msg, gpgme_signature_t sig,
else
{
if (sig->fpr == NULL)
+ /* L10N: You will see this message in place of "KeyID "
+ if the S/MIME key has no ID. This is quite an error.
+ */
state_puts (_("no signature fingerprint available"), s);
else {
state_puts (_("KeyID "), s);