summaryrefslogtreecommitdiff
path: root/src/plugins/fifo/fifo-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/fifo/fifo-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/fifo/fifo-command.c')
-rw-r--r--src/plugins/fifo/fifo-command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fifo/fifo-command.c b/src/plugins/fifo/fifo-command.c
index 4e8ce14bd..46aeb5f05 100644
--- a/src/plugins/fifo/fifo-command.c
+++ b/src/plugins/fifo/fifo-command.c
@@ -95,7 +95,7 @@ fifo_command_init ()
weechat_hook_command (
"fifo",
N_("fifo plugin configuration"),
- N_("enable|disable|toggle"),
+ "enable|disable|toggle",
N_(" enable: enable FIFO pipe\n"
"disable: disable FIFO pipe\n"
" toggle: toggle FIFO pipe\n"