diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2018-03-20 17:59:11 +0100 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2018-03-20 17:59:11 +0100 |
commit | ee04cd503ff70a1aed79cdb2c9f787c98b075182 (patch) | |
tree | c4887c4fd1e8be725adfb4a3c52d63f2805a6784 /src/fe-text/module-formats.c | |
parent | 977c2c0a0d911e3b7b43387ed19c5bfee565c617 (diff) | |
download | irssi-ee04cd503ff70a1aed79cdb2c9f787c98b075182.zip |
add disabled txt
Diffstat (limited to 'src/fe-text/module-formats.c')
-rw-r--r-- | src/fe-text/module-formats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-text/module-formats.c b/src/fe-text/module-formats.c index b234f46c..277872c6 100644 --- a/src/fe-text/module-formats.c +++ b/src/fe-text/module-formats.c @@ -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 } }, |