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:
Richard Heck 2010-07-12 18:11:26 +00:00
parent 530b1faad9
commit 2c19192582

View File

@ -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"