0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

Mainly documentation updates.

This commit is contained in:
Bram Moolenaar
2010-07-04 22:20:21 +02:00
parent b2c0350c67
commit 996343d38e
12 changed files with 16 additions and 17 deletions

View File

@@ -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