From 996343d38e96863685adefacecbb888655b7aa43 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 4 Jul 2010 22:20:21 +0200 Subject: Mainly documentation updates. --- src/memline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/memline.c') diff --git a/src/memline.c b/src/memline.c index aa901a9144..0268087ab1 100644 --- 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 -- cgit v1.2.3