Immediate but dumb partial fix for #7044.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36385 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-11-18 22:01:34 +00:00
parent d748a0a6f1
commit db5713332a

View 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());