commit | cbadefe25a27ded93548eaa7a325d2a04bf55d7c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 01 19:33:50 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 01 19:33:50 2022 +0000 |
tree | c0411fb9bfe3e4728d319817f98841df6fc8c6d6 | |
parent | 1f4a3457a3e55cdacd70ab0d5be587c248fb1ce8 [diff] [blame] |
patch 8.2.3975: error messages are spread out Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
diff --git a/src/gui_beval.c b/src/gui_beval.c index 9e461e6..b460e36 100644 --- a/src/gui_beval.c +++ b/src/gui_beval.c
@@ -103,7 +103,7 @@ if (mesg != NULL && mesgCB != NULL) { - iemsg(_("E232: Cannot create BalloonEval with both message and callback")); + iemsg(_(e_cannot_create_ballooneval_with_both_message_and_callback)); return NULL; }