From 2c2ec0bbf6e1acd2ceebd0adbfedf89651118a1a Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Fri, 21 Jan 2011 13:08:21 +0000 Subject: [PATCH] String cosmetics git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37282 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/TextClass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TextClass.cpp b/src/TextClass.cpp index 4465b1b779..74267644ff 100644 --- a/src/TextClass.cpp +++ b/src/TextClass.cpp @@ -1315,7 +1315,7 @@ DocumentClass & DocumentClassBundle::makeDocumentClass( "you have not installed. LaTeX output may not be possible.\n" "Missing prerequisites:\n" "\t%2$s\n" - "See section 3.1.2.3 of the User's Guide for more information."), + "See section 3.1.2.3 (Modules) of the User's Guide for more information."), from_utf8(modName), prereqs); frontend::Alert::warning(_("Package not available"), msg, true); }