]> git.lyx.org Git - features.git/commitdiff
String cosmetics
authorPavel Sanda <sanda@lyx.org>
Fri, 21 Jan 2011 13:08:21 +0000 (13:08 +0000)
committerPavel Sanda <sanda@lyx.org>
Fri, 21 Jan 2011 13:08:21 +0000 (13:08 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37282 a592a061-630c-0410-9148-cb99ea01b6c8

src/TextClass.cpp

index 4465b1b7799b335178f9c2149e09732dfc2f46d5..74267644ff50df36723a1743a016f250ef258e74 100644 (file)
@@ -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);
                }