summaryrefslogtreecommitdiffstats
path: root/src/help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/help.c')
-rw-r--r--src/help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/help.c b/src/help.c
index f07a8fc1cc..fca7cfc48b 100644
--- a/src/help.c
+++ b/src/help.c
@@ -1201,7 +1201,7 @@ do_helptags(char_u *dirname, int add_help_tags, int ignore_writeerr)
EW_FILE|EW_SILENT) == FAIL
|| filecount == 0)
{
- semsg(_("E151: No match: %s"), NameBuff);
+ semsg(_(e_no_match_str_1), NameBuff);
return;
}