mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
(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:
parent
b63b61515c
commit
553a6fb4e9
@ -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
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user