summaryrefslogtreecommitdiffstats
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 21ecd87d04..22e935816d 100644
--- a/src/typval.c
+++ b/src/typval.c
@@ -1328,7 +1328,7 @@ eval_number(
: STR2NR_ALL, &n, NULL, 0, TRUE);
if (len == 0)
{
- semsg(_(e_invexpr2), *arg);
+ semsg(_(e_invalid_expression_str), *arg);
return FAIL;
}
*arg += len;