]> git.lyx.org Git - features.git/commitdiff
Immediate but dumb partial fix for #7044.
authorRichard Heck <rgheck@comcast.net>
Thu, 18 Nov 2010 22:01:34 +0000 (22:01 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 18 Nov 2010 22:01:34 +0000 (22:01 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36385 a592a061-630c-0410-9148-cb99ea01b6c8

src/TextClass.cpp

index 9cf75a7669debf447b09e46b512a6c7b877954f6..7da1a9729e7c50ed479ef6b36e419a496ecaa728 100644 (file)
@@ -1299,9 +1299,10 @@ DocumentClass & DocumentClassBundle::makeDocumentClass(
                }
                if (!lm->isAvailable()) {
                        docstring const msg =
-                                               bformat(_("The module %1$s requires a package that is\n"
-                                               "not available in your LaTeX installation. LaTeX output\n"
-                                               "may not be possible.\n"), from_utf8(modName));
+                               bformat(_("The module %1$s requires a package that is\n"
+                               "not available in your LaTeX installation, or a converter\n"
+                               "you have not installed. LaTeX output may not be possible.\n"), 
+                               from_utf8(modName));
                        frontend::Alert::warning(_("Package not available"), msg);
                }
                FileName layout_file = libFileSearch("layouts", lm->getFilename());