diff options
Diffstat (limited to 'src/help.c')
-rw-r--r-- | src/help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/help.c b/src/help.c index 22a86ed64..a356e7fa7 100644 --- a/src/help.c +++ b/src/help.c @@ -982,7 +982,7 @@ helptags_one( || filecount == 0) { if (!got_int) - semsg(_(e_no_match_str), NameBuff); + semsg(_(e_no_match_str_1), NameBuff); return; } |