This message looked strange.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36489 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-11-25 14:37:10 +00:00
parent 276170fd6f
commit 4d0e8cb5f0

View File

@ -995,7 +995,7 @@ Buffer::ReadStatus Buffer::convertLyXFormat(FileName const & fn,
} else {
Alert::error(_("Conversion script failed"),
bformat(_("%1$s is from an newer version"
" of LyX, but the lyx2lyx script"
" of LyX and the lyx2lyx script"
" failed to convert it."),
from_utf8(fn.absFileName())));
return LyX2LyXNewerFormat;