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.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/advtrains_luaautomation/mesecon_controller.lua b/advtrains_luaautomation/mesecon_controller.lua
index bffff84..9f1a931 100644
--- a/advtrains_luaautomation/mesecon_controller.lua
+++ b/advtrains_luaautomation/mesecon_controller.lua
@@ -6,6 +6,8 @@
-- From Mesecons mod https://mesecons.net/
-- (c) Jeija and Contributors
+-- Get current translator
+local S = atlatc.translate
local BASENAME = "advtrains_luaautomation:mesecon_controller"
local rules = {
@@ -207,7 +209,7 @@ for d = 0, 1 do
}
minetest.register_node(node_name, {
- description = "LuaATC Mesecon Controller",
+ description = S("LuaATC Mesecon Controller"),
drawtype = "nodebox",
tiles = {
top,