diff options
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r-- | src/core/wee-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index bc30cc1fe..3877f676e 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -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)", |