From eeeb14915aef1ab4ef84d51bb54b3db5259268b0 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sun, 26 Dec 2010 23:42:22 +0000 Subject: [PATCH] Change message, section number can easily change. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37003 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/BufferParams.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index a475765d48..0a5e672edf 100644 --- a/src/BufferParams.cpp +++ b/src/BufferParams.cpp @@ -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); } -- 2.39.2