Change message, section number can easily change.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37003 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-12-26 23:42:22 +00:00
parent 34424a4c3f
commit eeeb14915a

View File

@ -572,8 +572,8 @@ string BufferParams::readToken(Lexer & lex, string const & token,
"document cannot be compiled until the following\n"
"prerequisites are installed:\n"
"\t%2$s\n"
"See section 3.1.2.2 of the User's Guide for\n"
"more information."), desc, prereqs);
"See section 3.1.2.2 (Class Availability) of the\n"
"User's Guide for more information."), desc, prereqs);
frontend::Alert::warning(_("Document class not available"),
msg);
}