Author: sanda
Date: Fri Jan 21 14:08:21 2011
New Revision: 37282
URL: http://www.lyx.org/trac/changeset/37282
Log:
String cosmetics
Modified:
lyx-devel/trunk/src/TextClass.cpp
Modified: lyx-devel/trunk/src/TextClass.cpp
==============================================================================
--- lyx-devel/trunk/src/TextClass.cpp Fri Jan 21 13:50:52 2011 (r37281)
+++ lyx-devel/trunk/src/TextClass.cpp Fri Jan 21 14:08:21 2011 (r37282)
@@ -1315,7 +1315,7 @@
"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);
}