mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
parent
e5fc7327e3
commit
2553b0073f
@ -2921,6 +2921,10 @@ void GuiDocument::updateModuleInfo()
|
||||
desc += bformat(_("Modules excluded: %1$s."), pkgdesc);
|
||||
}
|
||||
|
||||
if (!desc.empty())
|
||||
desc += "\n";
|
||||
desc += bformat(_("Filename: %1$s.module."), from_utf8(modName));
|
||||
|
||||
if (!isModuleAvailable(modName)) {
|
||||
if (!desc.empty())
|
||||
desc += "\n";
|
||||
|
Loading…
Reference in New Issue
Block a user