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 a356e7fa7b..77b22056aa 100644
--- a/src/help.c
+++ b/src/help.c
@@ -60,7 +60,7 @@ ex_help(exarg_T *eap)
if (eap->forceit && *arg == NUL && !curbuf->b_help)
{
- emsg(_("E478: Don't panic!"));
+ emsg(_(e_dont_panic));
return;
}