summaryrefslogtreecommitdiffstats
path: root/src/os_amiga.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_amiga.c')
-rw-r--r--src/os_amiga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_amiga.c b/src/os_amiga.c
index 5bf088b961..e9d6221414 100644
--- a/src/os_amiga.c
+++ b/src/os_amiga.c
@@ -1256,7 +1256,7 @@ mch_call_shell(
if (close_win)
{
// if Vim opened a window: Executing a shell may cause crashes
- emsg(_("E360: Cannot execute shell with -f option"));
+ emsg(_(e_cannot_execute_shell_with_f_option));
return -1;
}