summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plugins/script/script-command.c2
-rw-r--r--src/plugins/script/script.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/script/script-command.c b/src/plugins/script/script-command.c
index f457e77cd..7b98ab427 100644
--- a/src/plugins/script/script-command.c
+++ b/src/plugins/script/script-command.c
@@ -289,7 +289,7 @@ script_command_init ()
{
weechat_hook_command (
"script",
- N_("WeeChat scripts manager"),
+ N_("WeeChat script manager"),
N_("list [-o|-i]"
" || search <text>"
" || show <script>"
diff --git a/src/plugins/script/script.c b/src/plugins/script/script.c
index df26d9b50..e2f2a54f7 100644
--- a/src/plugins/script/script.c
+++ b/src/plugins/script/script.c
@@ -1,5 +1,5 @@
/*
- * script.c - scripts manager for WeeChat
+ * script.c - script manager for WeeChat
*
* Copyright (C) 2003-2018 Sébastien Helleu <flashcode@flashtux.org>
*
@@ -37,7 +37,7 @@
WEECHAT_PLUGIN_NAME(SCRIPT_PLUGIN_NAME);
-WEECHAT_PLUGIN_DESCRIPTION(N_("Scripts manager"));
+WEECHAT_PLUGIN_DESCRIPTION(N_("Script manager"));
WEECHAT_PLUGIN_AUTHOR("Sébastien Helleu <flashcode@flashtux.org>");
WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION);
WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE);