aboutsummaryrefslogtreecommitdiffstats
path: root/g10/mainproc.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2014-06-25 18:25:28 +0000
committerWerner Koch <[email protected]>2014-06-27 18:14:54 +0000
commitc2e3eb98884785e6794dc79c1a53d75945f4c1ab (patch)
treed7df1b124fe438468605d717cd0b6b0246af6fc6 /g10/mainproc.c
parentagent: Adjust for changed npth_eselect under W32. (diff)
downloadgnupg-c2e3eb98884785e6794dc79c1a53d75945f4c1ab.tar.gz
gnupg-c2e3eb98884785e6794dc79c1a53d75945f4c1ab.zip
po: Update the German (de) translation
Diffstat (limited to 'g10/mainproc.c')
-rw-r--r--g10/mainproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/mainproc.c b/g10/mainproc.c
index 890c0a447..51392e391 100644
--- a/g10/mainproc.c
+++ b/g10/mainproc.c
@@ -1962,7 +1962,7 @@ check_sig_and_print (CTX c, KBNODE node)
sig->sig_class==0x00?_("binary"):
sig->sig_class==0x01?_("textmode"):_("unknown"),
gcry_md_algo_name (sig->digest_algo),
- *pkstrbuf?", key algorithm ":"",
+ *pkstrbuf?_(", key algorithm "):"",
pkstrbuf);
if (rc)