aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/g10.c')
-rw-r--r--g10/g10.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/g10/g10.c b/g10/g10.c
index e004015bd..ab9f6481f 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -264,8 +264,8 @@ enum cmd_and_opt_values { aNull = 0,
oFastListMode,
oListOnly,
oIgnoreTimeConflict,
- oIgnoreValidFrom,
- oIgnoreCrcError,
+ oIgnoreValidFrom,
+ oIgnoreCrcError,
oShowSessionKey,
oOverrideSessionKey,
oNoRandomSeedFile,
@@ -1598,7 +1598,8 @@ main( int argc, char **argv )
if(unusable)
{
- log_info(_("this message may not be usable by PGP 2.x\n"));
+ log_info(_("this message may not be usable by %s\n"),
+ "PGP 2.x");
opt.pgp2=0;
}
else