diff options
author | dartraiden <wowemuh@gmail.com> | 2017-10-08 03:01:26 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2017-10-08 03:01:26 +0300 |
commit | 25ac1787862bd563a2c03b629cc240a7593641d9 (patch) | |
tree | d80dbf1aa5c8094265b44069f87da128c7a317c8 | |
parent | 6331004442388e08ac98b6819ea4e8a625aba377 (diff) |
CmdLine: minor fix
-rw-r--r-- | plugins/CmdLine/src/mimcmd_data.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <protocol> new_nickname.")
#define MIMCMD_HELP_IGNORE LPGEN("Ignores or removes ignore flags for specific contacts.\nUsage:\n ignore (block | unblock) <contact> [<contact> [<contact> [...]]].\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 [<module>] <function>\n exec \"<path>\"\n eval \"<code>\"")
+#define MIMCMD_HELP_LUA LPGEN("Executes Lua script via MirLua plugin.\nUsage:\n call [<module>] <function>\n exec \"<path>\"\n eval \"<code>\"")
#define MIMMEM_REPLY 1 //data is a PReply structure
|