]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.cpp
Change message, section number can easily change.
[lyx.git] / src / BufferParams.cpp
index a475765d487bff5467ff66e8c330d9f5d95d95b4..0a5e672edf9395e5109a31bd36d3007a557c0f96 100644 (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);
                }