summaryrefslogtreecommitdiffstats
path: root/src/terminal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/terminal.c')
-rw-r--r--src/terminal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/terminal.c b/src/terminal.c
index ca5b835dcf..d974c11322 100644
--- a/src/terminal.c
+++ b/src/terminal.c
@@ -935,7 +935,7 @@ ex_terminal(exarg_T *eap)
vim_snprintf((char *)newcmd, cmdlen, "%s %s %s", p_sh, p_shcf, cmd);
cmd = newcmd;
# else
- emsg(_("E279: Sorry, ++shell is not supported on this system"));
+ emsg(_(e_sorry_plusplusshell_not_supported_on_this_system));
goto theend;
# endif
#endif