summaryrefslogtreecommitdiff
path: root/src/plugins/relay/relay-command.c
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/relay/relay-command.c
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/relay/relay-command.c')
-rw-r--r--src/plugins/relay/relay-command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/relay/relay-command.c b/src/plugins/relay/relay-command.c
index c8a0661f3..eb3c09709 100644
--- a/src/plugins/relay/relay-command.c
+++ b/src/plugins/relay/relay-command.c
@@ -396,6 +396,7 @@ relay_command_init ()
weechat_hook_command (
"relay",
N_("relay control"),
+ /* TRANSLATORS: only text between angle brackets (eg: "<name>") must be translated */
N_("list|listfull|listrelay"
" || add <name> <port>|<path>"
" || del|start|restart|stop <name>"