summaryrefslogtreecommitdiffstats
path: root/src/gui_x11.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-01-02 20:20:45 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-02 20:20:45 +0000
commitb09feaa86ecc53b9b953710082496951776dc5c6 (patch)
tree0baf02c96c94c26072e9afdb833e638c3ab1a9cb /src/gui_x11.c
parentac78dd4a352196ca4e6640f8e4caaf126afd49e3 (diff)
patch 8.2.3986: error messages are spread outv8.2.3986
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
Diffstat (limited to 'src/gui_x11.c')
-rw-r--r--src/gui_x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_x11.c b/src/gui_x11.c
index 7828ab7842..31363a8991 100644
--- a/src/gui_x11.c
+++ b/src/gui_x11.c
@@ -1463,7 +1463,7 @@ gui_mch_init(void)
}
if (gui.color_approx)
- emsg(_("Vim E458: Cannot allocate colormap entry, some colors may be incorrect"));
+ emsg(_(e_cannot_allocate_colormap_entry_some_colors_may_be_incorrect));
#ifdef FEAT_BEVAL_GUI
gui_init_tooltip_font();