aboutsummaryrefslogtreecommitdiff
path: root/advtrains_luaautomation/mesecon_controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'advtrains_luaautomation/mesecon_controller.lua')
-rw-r--r--advtrains_luaautomation/mesecon_controller.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/advtrains_luaautomation/mesecon_controller.lua b/advtrains_luaautomation/mesecon_controller.lua
index bffff84..6981839 100644
--- a/advtrains_luaautomation/mesecon_controller.lua
+++ b/advtrains_luaautomation/mesecon_controller.lua
@@ -6,6 +6,7 @@
-- From Mesecons mod https://mesecons.net/
-- (c) Jeija and Contributors
+local S = atltrans
local BASENAME = "advtrains_luaautomation:mesecon_controller"
local rules = {
@@ -207,7 +208,7 @@ for d = 0, 1 do
}
minetest.register_node(node_name, {
- description = "LuaATC Mesecon Controller",
+ description = S("LuaATC Mesecon Controller"),
drawtype = "nodebox",
tiles = {
top,