From 25ac1787862bd563a2c03b629cc240a7593641d9 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sun, 8 Oct 2017 03:01:26 +0300 Subject: CmdLine: minor fix --- plugins/CmdLine/src/mimcmd_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/CmdLine/src/mimcmd_data.h b/plugins/CmdLine/src/mimcmd_data.h index e1f04ace9d..9d8dc4df8a 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("Executes 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