(Alfredo Braunstein): fix typo.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5944 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-01-13 10:52:17 +00:00
parent b63b61515c
commit 553a6fb4e9
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2003-01-13 Alfredo Braunstein <abraunst@libero.it>
* buffer.C: fix typo
2003-01-12 Lars Gullik Bjønnes <larsbj@gullik.net>
* Makefile.am (LIBS): delete var

View File

@ -1182,7 +1182,7 @@ bool Buffer::readFile(LyXLex & lex, string const & filename, Paragraph * par)
} else if (file_format > LYX_FORMAT) {
// future format
Alert::alert(_("Warning!"),
_("The file was created with a newer version of"
_("The file was created with a newer version of "
"LyX. This is likely to cause problems."));
} else if (file_format < LYX_FORMAT) {