aboutsummaryrefslogtreecommitdiffstats
path: root/g10/sign.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/sign.c')
-rw-r--r--g10/sign.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/sign.c b/g10/sign.c
index cfac5de76..e4d329067 100644
--- a/g10/sign.c
+++ b/g10/sign.c
@@ -1241,7 +1241,8 @@ clearsign_file( const char *fname, strlist_t locusr, const char *outfile )
if( opt.not_dash_escaped )
iobuf_writestr( out,
- "NotDashEscaped: You need GnuPG to verify this message" LF );
+ "NotDashEscaped: You need "GPG_NAME
+ " to verify this message" LF );
iobuf_writestr(out, LF );
if ( gcry_md_open (&textmd, 0, 0) )