From d82a47dd0493ee976aa3f15ecdc9aea7da6ad5bf Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 5 Jan 2022 20:24:39 +0000 Subject: patch 8.2.4012: error messages are spread out Problem: Error messages are spread out. Solution: Move the last error messages to errors.h. --- src/if_mzsch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/if_mzsch.c') diff --git a/src/if_mzsch.c b/src/if_mzsch.c index 09dd3de575..c24edf39a7 100644 --- a/src/if_mzsch.c +++ b/src/if_mzsch.c @@ -1248,7 +1248,7 @@ mzscheme_init(void) #endif if (load_base_module_failed || startup_mzscheme()) { - emsg(_("E895: Sorry, this command is disabled, the MzScheme's racket/base module could not be loaded.")); + emsg(_(e_sorry_this_command_is_disabled_the_mzscheme_racket_base_module_could_not_be_loaded)); return -1; } initialized = TRUE; -- cgit v1.2.3