summaryrefslogtreecommitdiffstats
path: root/src/quickfix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/quickfix.c')
-rw-r--r--src/quickfix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quickfix.c b/src/quickfix.c
index f7d35f8054..90210294a9 100644
--- a/src/quickfix.c
+++ b/src/quickfix.c
@@ -7978,7 +7978,7 @@ cexpr_core(exarg_T *eap, typval_T *tv)
return OK;
}
- emsg(_("E777: String or List expected"));
+ emsg(_(e_string_or_list_expected));
return FAIL;
}