aboutsummaryrefslogtreecommitdiffstats
path: root/g10/sign.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/sign.c')
-rw-r--r--g10/sign.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/sign.c b/g10/sign.c
index 59c94a37d..7f79e8d90 100644
--- a/g10/sign.c
+++ b/g10/sign.c
@@ -577,7 +577,7 @@ sign_file( STRLIST filenames, int detached, STRLIST locusr,
{
log_info(_("you can only sign with PGP 2.x style keys "
"while in --pgp2 mode\n"));
- log_info(_("this message will not be usable by PGP 2.x\n"));
+ log_info(_("this message may not be usable by PGP 2.x\n"));
opt.pgp2=0;
}
@@ -755,7 +755,7 @@ clearsign_file( const char *fname, STRLIST locusr, const char *outfile )
{
log_info(_("you can only clearsign with PGP 2.x style keys "
"while in --pgp2 mode\n"));
- log_info(_("this message will not be usable by PGP 2.x\n"));
+ log_info(_("this message may not be usable by PGP 2.x\n"));
opt.pgp2=0;
}