Merge branch '1.7.x'

This commit is contained in:
Alexey Sokolov
2018-05-28 21:22:29 +01:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1656,7 +1656,7 @@ bool CModules::LoadModule(const CString& sModule, const CString& sArgs,
if (!Info.SupportsType(eType)) {
dlclose(p);
sRetMsg = t_f("Module {1} does not support module type {1}.")(
sRetMsg = t_f("Module {1} does not support module type {2}.")(
sModule, CModInfo::ModuleTypeToString(eType));
return false;
}