diff options
author | dartraiden <wowemuh@gmail.com> | 2018-08-31 12:14:48 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-08-31 12:57:34 +0300 |
commit | c0d0a703adcc9f11feaa01883924218a979659ba (patch) | |
tree | 0299fa66a36193084f2162e208451e8158a5f9a3 /plugins | |
parent | f7e7f2d03689c2ed1263512b2f171224d2f43435 (diff) |
CmdLine: fix typo
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/CmdLine/src/CmdLine.cpp | 2 |
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;
|