]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.cpp
Finds formatted matches in the middle of paragraphs, when no regular expressions...
[lyx.git] / 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());