diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-11 21:39:46 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-11 21:39:46 +0200 |
commit | be575e54000e7c349912c5a1694dbd7293b35df9 (patch) | |
tree | 8e856d2d8a0781fa66e6798adeadc74e51a55a7b /src/plugins/fifo/fifo-command.c | |
parent | 7f8f5f94e3f09868f7c72d566f00848a8c6bf1d0 (diff) | |
download | weechat-be575e54000e7c349912c5a1694dbd7293b35df9.zip |
core: update translations (issue #1285)
Diffstat (limited to 'src/plugins/fifo/fifo-command.c')
-rw-r--r-- | src/plugins/fifo/fifo-command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/fifo/fifo-command.c b/src/plugins/fifo/fifo-command.c index 0d71b7f5d..7777c3d93 100644 --- a/src/plugins/fifo/fifo-command.c +++ b/src/plugins/fifo/fifo-command.c @@ -103,8 +103,8 @@ fifo_command_init () "FIFO pipe is used as remote control of WeeChat: you can send " "commands or text to the FIFO pipe from your shell.\n" "By default the FIFO pipe is called weechat_fifo_xxx (where xxx is " - "the WeeChat process id) and saved in the WeeChat runtime directory " - "(see /debug dirs).\n" + "the WeeChat process id) and located in the WeeChat runtime " + "directory (see /debug dirs).\n" "\n" "The expected format is one of:\n" " plugin.buffer *text or command here\n" |