diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-05-07 17:30:22 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-05-07 17:30:22 +0200 |
commit | 8c9ba6b5638eeedce99dbc1456af47b218f39867 (patch) | |
tree | a98c88ee7f6e1458ac539019f23781e3987f2123 /src/core | |
parent | 5fde03f7fce94a424c7813fa572b23dd78ca9ab8 (diff) | |
download | weechat-8c9ba6b5638eeedce99dbc1456af47b218f39867.zip |
core: fix balance of windows
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/wee-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 683f76110..0dddc732a 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -5287,7 +5287,7 @@ command_init () " splitv: split current window vertically\n" " resize: resize window size, new size is <pct> " "percentage of parent window\n" - " balance: resize all windows to 50%\n" + " balance: balance the sizes of all windows\n" " merge: merge window with another (all = keep only one " "window)\n" " page_up: scroll one page up\n" |