commit | 6d0570117ac86b7979bf249de5741088212d6e17 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 31 18:49:43 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 31 18:49:43 2021 +0000 |
tree | 225e3162570358ed40ac31407ec965d2a560d8bf | |
parent | ef089f50f9d6685c7a0ab94f9133576d7beec32b [diff] [blame] |
patch 8.2.3959: error messages are spread out Problem: Error messages are spread out. Solution: Move more errors to errors.h.
diff --git a/src/gui.c b/src/gui.c index 9b19cef..a5f449a 100644 --- a/src/gui.c +++ b/src/gui.c
@@ -388,7 +388,7 @@ if (result != MAYBE) { if (result == FAIL) - emsg(_("E229: Cannot start the GUI")); + emsg(_(e_cannot_start_the_GUI)); return result; }