diff src/memline.c @ 2283:7e1bd501306d vim73

Mainly documentation updates.
author Bram Moolenaar <bram@vim.org>
date Sun, 04 Jul 2010 22:20:21 +0200
parents 7f09ce7b4126
children d8e4b27cef80
line wrap: on
line diff
--- a/src/memline.c
+++ b/src/memline.c
@@ -1259,7 +1259,7 @@ ml_recover()
 #else
     if (b0p->b0_id[1] != BLOCK0_ID1)
     {
-	EMSG2(_("E000: %s is encrypted and this version of Vim does not support encryption"), mfp->mf_fname);
+	EMSG2(_("E833: %s is encrypted and this version of Vim does not support encryption"), mfp->mf_fname);
 	goto theend;
     }
 #endif