diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-12 16:22:55 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-12 16:22:55 +0200 |
commit | 017f4cca18319dff3830db393b81db6d24bd2df5 (patch) | |
tree | 23477e0e61bd7931614fef90a1283a1132da2a54 /src | |
parent | 2f1de098bd3a44eaf0cfccb2c126250bb50f11b9 (diff) | |
download | weechat-017f4cca18319dff3830db393b81db6d24bd2df5.zip |
core: fix French translation of /help list
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/irc/irc-command.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/irc/irc-command.c b/src/plugins/irc/irc-command.c index 57f8e4541..44fd1247f 100644 --- a/src/plugins/irc/irc-command.c +++ b/src/plugins/irc/irc-command.c @@ -7288,10 +7288,8 @@ irc_command_init () " target: server name\n" " -up: move the selected line up by \"number\" lines\n" " -down: move the selected line down by \"number\" lines\n" - " -left: scroll the list buffer by \"percent\" of width " - "on the left\n" - " -right: scroll the list buffer by \"percent\" of width " - "on the right\n" + " -left: scroll the /list buffer by \"percent\" of width on the left\n" + " -right: scroll the /list buffer by \"percent\" of width on the right\n" " -go: select a line by number, first line number is 0 " "(\"end\" to select the last line)\n" " -join: join the channel on the selected line\n" |