summaryrefslogtreecommitdiffstats
path: root/src/if_mzsch.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2009-06-24 15:51:37 +0000
committerBram Moolenaar <Bram@vim.org>2009-06-24 15:51:37 +0000
commitb849e713e2163bf3063b118a2c0a8e6ce88521fc (patch)
treed16a5901ea0859842ce1bb01792f8a854dd87531 /src/if_mzsch.c
parentf061e0befbea69304bc9e09a8d15dab36dabb024 (diff)
updated for version 7.2-216v7.2.216
Diffstat (limited to 'src/if_mzsch.c')
-rw-r--r--src/if_mzsch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if_mzsch.c b/src/if_mzsch.c
index 017f8041ed..1658fe43e3 100644
--- a/src/if_mzsch.c
+++ b/src/if_mzsch.c
@@ -1040,7 +1040,7 @@ mzscheme_init(void)
#ifdef DYNAMIC_MZSCHEME
if (!mzscheme_enabled(TRUE))
{
- EMSG(_("E812: Sorry, this command is disabled, the MzScheme libraries could not be loaded."));
+ EMSG(_("E815: Sorry, this command is disabled, the MzScheme libraries could not be loaded."));
return -1;
}
#endif