1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 11:13:12 +02:00

Fix typos in some messages

This commit is contained in:
Sebastien Helleu
2009-09-04 10:41:35 +02:00
parent 005bf6d311
commit a83dd82c90
17 changed files with 43 additions and 54 deletions
+1 -3
View File
@@ -3914,7 +3914,7 @@ command_init ()
"scroll_value] | [list] | [listfull] | [listitems]"),
N_(" add: add a new bar\n"
" barname: name of bar (must be unique)\n"
" type: root: outside windows),\n"
" type: root: outside windows,\n"
" window: inside windows, with optional "
"conditions (see below)\n"
" cond1,...: condition(s) for displaying bar (only for "
@@ -3924,8 +3924,6 @@ command_init ()
" nicklist: on windows with nicklist\n"
" without condition, bar is always displayed\n"
" position: bottom, top, left or right\n"
" filling: horizontal, vertical, columns_horizontal "
"or columns_vertical\n"
" size: size of bar (in chars)\n"
" separator: 1 for using separator (line), 0 or nothing "
"means no separator\n"
+1 -1
View File
@@ -255,7 +255,7 @@ script_init (struct t_weechat_plugin *weechat_plugin,
}
weechat_hook_command (weechat_plugin->name,
N_("list/load/unload scripts"),
N_("[list [name]] | [listfull [name]] "
N_("[list [name]] | [listfull [name]] | "
"[load filename] | [autoload] | "
"[reload] | [unload [name]]"),
N_("filename: script (file) to load\n"