mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 16:31:13 +00:00
Clarify error message slightly.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34881 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
530b1faad9
commit
2c19192582
@ -550,7 +550,7 @@ string BufferParams::readToken(Lexer & lex, string const & token,
|
|||||||
docstring desc =
|
docstring desc =
|
||||||
translateIfPossible(from_utf8(baseClass()->description()));
|
translateIfPossible(from_utf8(baseClass()->description()));
|
||||||
docstring const msg =
|
docstring const msg =
|
||||||
bformat(_("The used document class\n"
|
bformat(_("The selected document class\n"
|
||||||
"\t%1$s\n"
|
"\t%1$s\n"
|
||||||
"requires external files that are not available.\n"
|
"requires external files that are not available.\n"
|
||||||
"The document class can still be used, but LyX\n"
|
"The document class can still be used, but LyX\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user