summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2018-08-31 12:14:48 +0300
committerdartraiden <wowemuh@gmail.com>2018-08-31 12:57:34 +0300
commitc0d0a703adcc9f11feaa01883924218a979659ba (patch)
tree0299fa66a36193084f2162e208451e8158a5f9a3 /plugins
parentf7e7f2d03689c2ed1263512b2f171224d2f43435 (diff)
CmdLine: fix typo
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CmdLine/src/CmdLine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CmdLine/src/CmdLine.cpp b/plugins/CmdLine/src/CmdLine.cpp
index 898cea4e2f..379fc71378 100644
--- a/plugins/CmdLine/src/CmdLine.cpp
+++ b/plugins/CmdLine/src/CmdLine.cpp
@@ -46,7 +46,7 @@ CMPlugin::CMPlugin() :
int CMPlugin::Load()
{
if (InitServer())
- MessageBox(nullptr, TranslateT("Could not initialize CmdLine plugin property"), TranslateT("Error"), MB_ICONEXCLAMATION | MB_OK);
+ MessageBox(nullptr, TranslateT("Could not initialize CmdLine plugin properly"), TranslateT("Error"), MB_ICONEXCLAMATION | MB_OK);
HookEvents();
return 0;