summaryrefslogtreecommitdiffstats
path: root/src/memline.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-04 22:20:21 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-04 22:20:21 +0200
commit996343d38e96863685adefacecbb888655b7aa43 (patch)
tree677c6ecdbd66d4be6657abb5624c4991857882a8 /src/memline.c
parentb2c0350c67736b0e054718fb5bf136147ee2261e (diff)
Mainly documentation updates.
Diffstat (limited to 'src/memline.c')
-rw-r--r--src/memline.c2
1 files changed, 1 insertions, 1 deletions
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