diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-09-04 10:41:35 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-09-04 10:41:35 +0200 |
commit | a83dd82c90f54eb23ab0cb57439ef61c74ca0bd5 (patch) | |
tree | 69b67381a2c0889c55faf34878601c05cf0125f0 /src/core/wee-command.c | |
parent | 005bf6d311a9e534d6bfd8dc167bb11b7f4ec63a (diff) | |
download | weechat-a83dd82c90f54eb23ab0cb57439ef61c74ca0bd5.zip |
Fix typos in some messages
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r-- | src/core/wee-command.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index a0c1775b7..ebe15ea19 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -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" |