mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
add disabled txt
This commit is contained in:
parent
977c2c0a0d
commit
ee04cd503f
3 changed files with 8 additions and 2 deletions
|
|
@ -67,6 +67,7 @@ FORMAT_REC gui_text_formats[] =
|
|||
{ "statusbar_info_item_footer", "", 0 },
|
||||
{ "statusbar_info_item_name", "%# : $[35]0 $[9]1 $2", 3, { 0, 1, 0 } },
|
||||
{ "statusbar_not_found", "Statusbar doesn't exist: $0", 1, { 0 } },
|
||||
{ "statusbar_not_found", "Statusbar is disabled: $0", 1, { 0 } },
|
||||
{ "statusbar_item_not_found", "Statusbar item doesn't exist: $0", 1, { 0 } },
|
||||
{ "statusbar_unknown_command", "Unknown statusbar command: $0", 1, { 0 } },
|
||||
{ "statusbar_unknown_type", "Statusbar type must be 'window' or 'root'", 1, { 0 } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue