summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.c b/src/ui.c
index 8cbe49bde..db49cc870 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -577,7 +577,7 @@ ui_suspend(void)
suspend_shell(void)
{
if (*p_sh == NUL)
- emsg(_(e_shellempty));
+ emsg(_(e_shell_option_is_empty));
else
{
msg_puts(_("new shell started\n"));