summaryrefslogtreecommitdiff
path: root/src/typval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/typval.c')
-rw-r--r--src/typval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/typval.c b/src/typval.c
index 34ff47c0a..0afd572b0 100644
--- a/src/typval.c
+++ b/src/typval.c
@@ -1388,7 +1388,7 @@ typval_compare_blob(
if (tv1->v_type != tv2->v_type)
emsg(_("E977: Can only compare Blob with Blob"));
else
- emsg(_(e_invalblob));
+ emsg(_(e_invalid_operation_for_blob));
return FAIL;
}
else