summaryrefslogtreecommitdiffstats
path: root/src/getchar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/getchar.c')
-rw-r--r--src/getchar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getchar.c b/src/getchar.c
index bdf0272ef0..8c6b48d0cf 100644
--- a/src/getchar.c
+++ b/src/getchar.c
@@ -1010,7 +1010,7 @@ ins_typebuf(
if (typebuf.tb_len > 2147483647 - extra)
{
// string is getting too long for a 32 bit int
- emsg(_(e_toocompl)); // also calls flush_buffers
+ emsg(_(e_command_too_complex)); // also calls flush_buffers
setcursor();
return FAIL;
}