diff options
author | Timo Sirainen <cras@irssi.org> | 2001-02-27 08:00:45 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-02-27 08:00:45 +0000 |
commit | 64e52b7e26b66248bedef51eaa753da192d7344a (patch) | |
tree | 3ecc78debb409aaf63565d672304e1e03fe36356 /src/fe-text | |
parent | 5627e7a822c04d1d764506b3ed9498b4557d8b81 (diff) | |
download | irssi-64e52b7e26b66248bedef51eaa753da192d7344a.zip |
/WINDOW STICKY -> /WINDOW STICK
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1300 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-text')
-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 74e34d77..5bb5bcbe 100644 --- a/src/fe-text/module-formats.c +++ b/src/fe-text/module-formats.c @@ -31,8 +31,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 STICKY OFF)", 0 }, - { "cant_show_sticky_windows", "You can't show sticky windows (use /WINDOW STICKY OFF)", 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 }, { "window_not_sticky", "Window is not sticky", 0 }, { "window_set_sticky", "Window set sticky", 0 }, { "window_unset_sticky", "Window is not sticky anymore", 0 }, |