diff options
Diffstat (limited to 'g10/helptext.c')
-rw-r--r-- | g10/helptext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/helptext.c b/g10/helptext.c index 6ff88a710..2e1bca94d 100644 --- a/g10/helptext.c +++ b/g10/helptext.c @@ -213,7 +213,7 @@ display_online_help( const char *keyword ) for(i=0; (p=helptexts[i].key) && strcmp( p, keyword ); i++ ) ; if( !p || !*helptexts[i].help ) - tty_printf(_("No help available for '%s'"), keyword ); + tty_printf(_("No help available for `%s'"), keyword ); else tty_printf("%s", helptexts[i].help ); } |