1
0
forked from aniani/vim

patch 8.2.3959: error messages are spread out

Problem:    Error messages are spread out.
Solution:   Move more errors to errors.h.
This commit is contained in:
Bram Moolenaar
2021-12-31 18:49:43 +00:00
parent ef089f50f9
commit 6d0570117a
13 changed files with 122 additions and 45 deletions

View File

@@ -388,7 +388,7 @@ gui_init_check(void)
if (result != MAYBE)
{
if (result == FAIL)
emsg(_("E229: Cannot start the GUI"));
emsg(_(e_cannot_start_the_GUI));
return result;
}