Show module name with description.

(cherry picked from commit 2553b0073f)
This commit is contained in:
Richard Kimberly Heck 2018-10-04 14:02:01 -04:00
parent ba3ff646db
commit 768c7e2fa2
2 changed files with 6 additions and 0 deletions

View File

@ -2832,6 +2832,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";

View File

@ -67,6 +67,8 @@ What's new
- Add bibtex inset to outliner if "add to toc" is checked (bug 11309).
- Show module name with description (bug 11275).
* DOCUMENTATION AND LOCALIZATION