mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 8.2.4008: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user