summaryrefslogtreecommitdiff
path: root/src/plugins/script
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-09-05 08:13:13 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-09-05 13:28:26 +0200
commit722cb27d0449656c527d20cc597ffe17c53e1eea (patch)
tree430350a44f66c1b124b345b53208c7ad6da41085 /src/plugins/script
parent13ce1147fc69bbef65e5f35b218a60b24323983e (diff)
downloadweechat-722cb27d0449656c527d20cc597ffe17c53e1eea.zip
core: add note for translators on command arguments (issue #2005)
Only text between angle brackets (eg: "<name>") must be translated.
Diffstat (limited to 'src/plugins/script')
-rw-r--r--src/plugins/script/script-command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/script/script-command.c b/src/plugins/script/script-command.c
index 9530fcd1d..80a81c293 100644
--- a/src/plugins/script/script-command.c
+++ b/src/plugins/script/script-command.c
@@ -308,6 +308,7 @@ script_command_init ()
weechat_hook_command (
"script",
N_("WeeChat script manager"),
+ /* TRANSLATORS: only text between angle brackets (eg: "<name>") must be translated */
N_("list [-o|-ol|-i|-il]"
" || search <text>"
" || show <script>"