diff --git a/runtime/optwin.vim b/runtime/optwin.vim index 82bfa1ad3a021..c29d3309e85e8 100644 --- a/runtime/optwin.vim +++ b/runtime/optwin.vim @@ -791,7 +791,7 @@ call BinOptionL("mod") call AddOption("readonly", gettext("buffer is not to be written")) call append("$", "\t" .. s:local_to_buffer) call BinOptionL("ro") -call AddOption("modifiable", gettext("changes to the text are not possible")) +call AddOption("modifiable", gettext("changes to the text are possible")) call append("$", "\t" .. s:local_to_buffer) call BinOptionL("ma") call AddOption("textwidth", gettext("line length above which to break a line"))