diff --git a/coordinator/startup.lua b/coordinator/startup.lua index 4c30435..2d9bf43 100644 --- a/coordinator/startup.lua +++ b/coordinator/startup.lua @@ -16,7 +16,7 @@ local config = require("coordinator.config") local coordinator = require("coordinator.coordinator") local renderer = require("coordinator.renderer") -local COORDINATOR_VERSION = "alpha-v0.4.11" +local COORDINATOR_VERSION = "alpha-v0.4.12" local print = util.print local println = util.println diff --git a/coordinator/ui/style.lua b/coordinator/ui/style.lua index 08b0b9b..ec0d20d 100644 --- a/coordinator/ui/style.lua +++ b/coordinator/ui/style.lua @@ -37,7 +37,7 @@ style.reactor = { states = { { color = cpair(colors.black, colors.yellow), - text = "DISCONNECTED" + text = "PLC OFF-LINE" }, { color = cpair(colors.white, colors.gray), @@ -49,11 +49,11 @@ style.reactor = { }, { color = cpair(colors.black, colors.red), - text = "SCRAM!" + text = "SCRAMMED" }, { color = cpair(colors.black, colors.orange), - text = "PLC FAULT!" + text = "PLC FAULT" } } }