mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix also the other occurence of the strange language that was corrected in r36489. Also fix the english.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36491 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4ca25485eb
commit
3f6e6aff90
@ -988,13 +988,13 @@ Buffer::ReadStatus Buffer::convertLyXFormat(FileName const & fn,
|
||||
if (from_format < LYX_FORMAT) {
|
||||
Alert::error(_("Conversion script failed"),
|
||||
bformat(_("%1$s is from an older version"
|
||||
" of LyX, but the lyx2lyx script"
|
||||
" of LyX and the lyx2lyx script"
|
||||
" failed to convert it."),
|
||||
from_utf8(fn.absFileName())));
|
||||
return LyX2LyXOlderFormat;
|
||||
} else {
|
||||
Alert::error(_("Conversion script failed"),
|
||||
bformat(_("%1$s is from an newer version"
|
||||
bformat(_("%1$s is from a newer version"
|
||||
" of LyX and the lyx2lyx script"
|
||||
" failed to convert it."),
|
||||
from_utf8(fn.absFileName())));
|
||||
|
Loading…
Reference in New Issue
Block a user