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 f1e01ca93..7bca1db5e 100644 --- a/g10/helptext.c +++ b/g10/helptext.c @@ -79,7 +79,7 @@ display_online_help( const char *keyword ) } else { - tty_printf (_("No help available for `%s'"), keyword ); + tty_printf (_("No help available for '%s'"), keyword ); } if (need_final_lf) tty_printf("\n"); |