mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 8.2.4012: error messages are spread out
Problem: Error messages are spread out. Solution: Move the last error messages to errors.h.
This commit is contained in:
@@ -4991,7 +4991,7 @@ ole_error(char *arg)
|
||||
static char *
|
||||
gvim_error(void)
|
||||
{
|
||||
char *msg = _("E988: GUI cannot be used. Cannot execute gvim.exe.");
|
||||
char *msg = _(e_gui_cannot_be_used_cannot_execute_gvim_exe);
|
||||
|
||||
if (starting)
|
||||
{
|
||||
|
Reference in New Issue
Block a user