summaryrefslogtreecommitdiffstats
path: root/src/ex_docmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ex_docmd.c')
-rw-r--r--src/ex_docmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index 7cca73f12e..959331a022 100644
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -3887,7 +3887,7 @@ find_ex_command(
if (command_count != (int)CMD_SIZE)
{
- iemsg(_(e_command_table_needs_to_be_updated_run_make_cmdidxs));
+ iemsg(e_command_table_needs_to_be_updated_run_make_cmdidxs);
getout(1);
}