1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 02:33:12 +02:00

core: fix typo in /help command

This commit is contained in:
Sebastien Helleu
2014-03-21 14:32:09 +01:00
parent f1d483303d
commit e2798b2cf2
19 changed files with 47 additions and 48 deletions
+1 -1
View File
@@ -6715,7 +6715,7 @@ command_init ()
NULL, "50000|command",
N_("launch explicit WeeChat or plugin command"),
N_("<plugin> <command>"),
N_(" plugin: plugin name ('weechat' for WeeChat internal command)\n"
N_(" plugin: plugin name ('core' for WeeChat internal command)\n"
"command: command to execute (a '/' is automatically added if not "
"found at beginning of command)"),
"%(plugins_names)|" PLUGIN_CORE " %(plugins_commands)",