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 | |
parent | 005bf6d311a9e534d6bfd8dc167bb11b7f4ec63a (diff) | |
download | weechat-a83dd82c90f54eb23ab0cb57439ef61c74ca0bd5.zip |
Fix typos in some messages
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-command.c | 4 | ||||
-rw-r--r-- | src/plugins/scripts/script.c | 2 |
2 files changed, 2 insertions, 4 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" diff --git a/src/plugins/scripts/script.c b/src/plugins/scripts/script.c index 23286e76d..2900533f2 100644 --- a/src/plugins/scripts/script.c +++ b/src/plugins/scripts/script.c @@ -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" |