summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-05-07 17:30:22 +0200
committerSebastien Helleu <flashcode@flashtux.org>2011-05-07 17:30:22 +0200
commit8c9ba6b5638eeedce99dbc1456af47b218f39867 (patch)
treea98c88ee7f6e1458ac539019f23781e3987f2123 /src/core
parent5fde03f7fce94a424c7813fa572b23dd78ca9ab8 (diff)
downloadweechat-8c9ba6b5638eeedce99dbc1456af47b218f39867.zip
core: fix balance of windows
Diffstat (limited to 'src/core')
-rw-r--r--src/core/wee-command.c2
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"