summaryrefslogtreecommitdiffstats
path: root/src/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu.c')
-rw-r--r--src/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu.c b/src/menu.c
index 88b8b84594..614196aa0b 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -512,7 +512,7 @@ add_menu_path(
if (*dname == NUL)
{
// Only a mnemonic or accelerator is not valid.
- emsg(_("E792: Empty menu name"));
+ emsg(_(e_empty_menu_name));
goto erret;
}