1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 07:46:38 +02:00

irc: fix typo in help of options irc.look.new_channel_position and irc.look.new_pv_position

This commit is contained in:
Sebastien Helleu
2011-07-05 15:40:07 +02:00
parent 3bea55b2f0
commit 2b821b8b06
13 changed files with 64 additions and 64 deletions
+2 -2
View File
@@ -1978,7 +1978,7 @@ irc_config_init ()
irc_config_file, ptr_section,
"new_channel_position", "integer",
N_("force position of new channel in list of buffers "
"(none = default position (should be last buffer)r, "
"(none = default position (should be last buffer), "
"next = current buffer + 1, near_server = after last channel/pv "
"of server)"),
"none|next|near_server", 0, 0, "none",
@@ -1987,7 +1987,7 @@ irc_config_init ()
irc_config_file, ptr_section,
"new_pv_position", "integer",
N_("force position of new private in list of buffers "
"(none = default position (should be last buffer)r, "
"(none = default position (should be last buffer), "
"next = current buffer + 1, near_server = after last channel/pv "
"of server)"),
"none|next|near_server", 0, 0, "none",