diff --git a/core/systems/PluginSys.cpp b/core/systems/PluginSys.cpp index e8225662..d26cee0f 100644 --- a/core/systems/PluginSys.cpp +++ b/core/systems/PluginSys.cpp @@ -1125,7 +1125,7 @@ IPlugin *CPluginManager::LoadPlugin(const char *path, bool debug, PluginType typ { if (m_LoadingLocked) { - UTIL_Format(error, maxlength, "There is a global plugin loading lock in effect."); + UTIL_Format(error, maxlength, "There is a global plugin loading lock in effect"); } else {