mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
Whitespace (and a commit check).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28894 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
660d86948a
commit
d1c255d99d
@ -779,7 +779,7 @@ Buffer::ReadStatus Buffer::readFile(Lexer & lex, FileName const & filename,
|
|||||||
bformat(_("%1$s is from a different"
|
bformat(_("%1$s is from a different"
|
||||||
" version of LyX, but a temporary"
|
" version of LyX, but a temporary"
|
||||||
" file for converting it could"
|
" file for converting it could"
|
||||||
" not be created."),
|
" not be created."),
|
||||||
from_utf8(filename.absFilename())));
|
from_utf8(filename.absFilename())));
|
||||||
return failure;
|
return failure;
|
||||||
}
|
}
|
||||||
@ -789,7 +789,7 @@ Buffer::ReadStatus Buffer::readFile(Lexer & lex, FileName const & filename,
|
|||||||
bformat(_("%1$s is from a different"
|
bformat(_("%1$s is from a different"
|
||||||
" version of LyX, but the"
|
" version of LyX, but the"
|
||||||
" conversion script lyx2lyx"
|
" conversion script lyx2lyx"
|
||||||
" could not be found."),
|
" could not be found."),
|
||||||
from_utf8(filename.absFilename())));
|
from_utf8(filename.absFilename())));
|
||||||
return failure;
|
return failure;
|
||||||
}
|
}
|
||||||
@ -808,7 +808,7 @@ Buffer::ReadStatus Buffer::readFile(Lexer & lex, FileName const & filename,
|
|||||||
Alert::error(_("Conversion script failed"),
|
Alert::error(_("Conversion script failed"),
|
||||||
bformat(_("%1$s is from a different version"
|
bformat(_("%1$s is from a different version"
|
||||||
" of LyX, but the lyx2lyx script"
|
" of LyX, but the lyx2lyx script"
|
||||||
" failed to convert it."),
|
" failed to convert it."),
|
||||||
from_utf8(filename.absFilename())));
|
from_utf8(filename.absFilename())));
|
||||||
return failure;
|
return failure;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user