mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Typo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35888 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
84717d0fcc
commit
c4f5d8fae2
@ -2009,7 +2009,7 @@ void GuiDocument::updateModuleInfo()
|
||||
pkgdesc = formatStrVec(reqdescs, _("or"));
|
||||
if (!desc.empty())
|
||||
desc += "\n";
|
||||
desc += bformat(_("Module required: %1$s."), pkgdesc);
|
||||
desc += bformat(_("Modules required: %1$s."), pkgdesc);
|
||||
}
|
||||
|
||||
pkglist = getExcludedList(modName);
|
||||
|
Loading…
Reference in New Issue
Block a user