diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2018-01-08 12:20:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-08 12:20:20 +0100 |
commit | a6663c58d4364c371e82d718f0ed5460df6d8b36 (patch) | |
tree | 679808d4b01e904e625a7873200383e914a67434 /src/fe-text/module-formats.c | |
parent | f83ba5a5bb1f42384ba06710fc074e960f0a662f (diff) | |
parent | ded4e4d98df3c8df20119574c145fe1a736ee994 (diff) | |
download | irssi-a6663c58d4364c371e82d718f0ed5460df6d8b36.zip |
Merge pull request #697 from ailin-nemui/rsplit
sideways split support for Irssi
Diffstat (limited to 'src/fe-text/module-formats.c')
-rw-r--r-- | src/fe-text/module-formats.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fe-text/module-formats.c b/src/fe-text/module-formats.c index b8a26192..8fa31a0e 100644 --- a/src/fe-text/module-formats.c +++ b/src/fe-text/module-formats.c @@ -41,8 +41,8 @@ FORMAT_REC gui_text_formats[] = { "refnum_not_found", "Window number $0 not found", 1, { 0 } }, { "window_too_small", "Not enough room to resize this window", 0 }, { "cant_hide_last", "You can't hide the last window", 0 }, - { "cant_hide_sticky_windows", "You can't hide sticky windows (use /WINDOW STICK OFF)", 0 }, - { "cant_show_sticky_windows", "You can't show sticky windows (use /WINDOW STICK OFF)", 0 }, + { "cant_hide_sticky_windows", "You can't hide sticky windows (use /SET autounstick_windows ON)", 0 }, + { "cant_show_sticky_windows", "You can't show sticky windows (use /SET autounstick_windows ON)", 0 }, { "window_not_sticky", "Window is not sticky", 0 }, { "window_set_sticky", "Window set sticky", 0 }, { "window_unset_sticky", "Window is not sticky anymore", 0 }, |