summaryrefslogtreecommitdiffstats
path: root/src/textprop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/textprop.c')
-rw-r--r--src/textprop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/textprop.c b/src/textprop.c
index c28d4e42a9..1f039080a1 100644
--- a/src/textprop.c
+++ b/src/textprop.c
@@ -801,7 +801,7 @@ f_prop_find(typval_T *argvars, typval_T *rettv)
}
if (both && (!id_found || type_id == -1))
{
- emsg(_("E860: Need 'id' and 'type' with 'both'"));
+ emsg(_(e_need_id_and_type_with_both));
return;
}
@@ -1224,7 +1224,7 @@ f_prop_remove(typval_T *argvars, typval_T *rettv)
}
if (both && (id == -1 || type_id == -1))
{
- emsg(_("E860: Need 'id' and 'type' with 'both'"));
+ emsg(_(e_need_id_and_type_with_both));
return;
}