summaryrefslogtreecommitdiff
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 94d2bdf3c..b8e7c0560 100644
--- a/src/map.c
+++ b/src/map.c
@@ -2362,7 +2362,7 @@ f_mapset(typval_T *argvars, typval_T *rettv UNUSED)
if (argvars[2].v_type != VAR_DICT)
{
- emsg(_(e_dictkey));
+ emsg(_(e_key_not_present_in_dictionary));
return;
}
d = argvars[2].vval.v_dict;