From a0369ffd8212a50a42ec1198320f93192e6531fd Mon Sep 17 00:00:00 2001 From: dartraiden Date: Thu, 5 Oct 2017 14:01:22 +0300 Subject: proper capitalization --- plugins/CmdLine/src/mimcmd_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/CmdLine/src/mimcmd_data.h b/plugins/CmdLine/src/mimcmd_data.h index 3718bb3ac6..e1f04ace9d 100644 --- a/plugins/CmdLine/src/mimcmd_data.h +++ b/plugins/CmdLine/src/mimcmd_data.h @@ -108,7 +108,7 @@ typedef TSharedData *PSharedData; #define MIMCMD_HELP_VERSION LPGEN("Shows version information for Miranda and CmdLine plugin. If CrashDumper plugin is installed, it will use its report instead.\nUsage: version.\nThe command will print Miranda's and CmdLine's version numbers or, if CrashDumper plugin is installed, it will show Version Info report.") #define MIMCMD_HELP_SETNICKNAME LPGEN("Changes the user's nickname on the given protocol to the new name.\nUsage: setnickname new_nickname.") #define MIMCMD_HELP_IGNORE LPGEN("Ignores or removes ignore flags for specific contacts.\nUsage:\n ignore (block | unblock) [ [ [...]]].\nThe command will set or remove ignore flags for the specified contacts") -#define MIMCMD_HELP_LUA LPGEN("Execute lua script via MirLua plugin.\nUsage:\n call [] \n exec \"\"\n eval \"\"") +#define MIMCMD_HELP_LUA LPGEN("Execute Lua script via MirLua plugin.\nUsage:\n call [] \n exec \"\"\n eval \"\"") #define MIMMEM_REPLY 1 //data is a PReply structure -- cgit v1.2.3