summaryrefslogtreecommitdiffstats
path: root/src/digraph.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/digraph.c')
-rw-r--r--src/digraph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/digraph.c b/src/digraph.c
index 391b64a91f..4c45e08900 100644
--- a/src/digraph.c
+++ b/src/digraph.c
@@ -2661,7 +2661,7 @@ ex_loadkeymap(exarg_T *eap)
|| *kp->from == NUL || *kp->to == NUL)
{
if (kp->to != NULL && *kp->to == NUL)
- emsg(_("E791: Empty keymap entry"));
+ emsg(_(e_empty_keymap_entry));
vim_free(kp->from);
vim_free(kp->to);
}