summaryrefslogtreecommitdiff
path: root/src/os_win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_win32.c')
-rw-r--r--src/os_win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_win32.c b/src/os_win32.c
index e4ebc0c6d..fb1b29d71 100644
--- a/src/os_win32.c
+++ b/src/os_win32.c
@@ -4954,7 +4954,7 @@ mch_call_shell(
# ifdef VIMDLL
if (gui.in_use)
# endif
- emsg(_("E371: Command not found"));
+ emsg(_(e_command_not_found));
#endif
}