From f261c2e756e0aa3604e0d163c8a4bf89341a421e Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 10 Dec 2007 23:32:32 +0000 Subject: [PATCH] fixed the global ock error message having too many punctuation marks --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401790 --- core/systems/PluginSys.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {