1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 13:26:38 +02:00

Fix typos in /help window and /help logger

This commit is contained in:
Sebastien Helleu
2010-03-22 21:00:58 +01:00
parent a10b9038d5
commit 855993d14d
18 changed files with 83 additions and 95 deletions
+3 -3
View File
@@ -4543,8 +4543,8 @@ command_init ()
"scroll_up | scroll_down | scroll_top | scroll_bottom | "
"scroll_previous_highlight | scroll_next_highlight | "
"zoom]"),
N_(" list: list opened windows (no parameter implies this "
"list)\n"
N_(" list: list opened windows (no parameter implies "
"this list)\n"
" -1: jump to previous window\n"
" +1: jump to next window\n"
" b#: jump to next window displaying buffer number #\n"
@@ -4557,7 +4557,7 @@ command_init ()
" resize: resize window size, new size is <pct> "
"percentage of parent window\n"
" merge: merge window with another (all = keep only one "
"window)\n\n"
"window)\n"
" page_up: scroll one page up\n"
" page_down: scroll one page down\n"
" refresh: refresh screen\n"
+1 -1
View File
@@ -1213,7 +1213,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
" set level to 5 for current buffer:\n"
" /logger set 5\n"
" disable logging for current buffer:\n"
" /logger disable\n\n"
" /logger disable\n"
" set level to 3 for all IRC buffers:\n"
" /set logger.level.irc 3\n"
" disable logging for main WeeChat buffer:\n"