summaryrefslogtreecommitdiffstats
path: root/src/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.c')
-rw-r--r--src/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.c b/src/map.c
index 9923522b14..1f935ba0ef 100644
--- a/src/map.c
+++ b/src/map.c
@@ -2717,7 +2717,7 @@ do_exmap(exarg_T *eap, int isabbrev)
{
case 1: emsg(_(e_invarg));
break;
- case 2: emsg((isabbrev ? _(e_noabbr) : _(e_nomap)));
+ case 2: emsg((isabbrev ? _(e_no_such_abbreviation) : _(e_nomap)));
break;
}
}