aboutsummaryrefslogtreecommitdiff
path: root/advtrains_luaautomation/operation_panel.lua
diff options
context:
space:
mode:
authorY. Wang <yw05@forksworld.de>2023-10-06 23:24:45 +0200
committerY. Wang <yw05@forksworld.de>2024-04-13 10:36:35 +0200
commit21532968d4d22701486b3d86dce95de3c591a73e (patch)
tree7cf3104b54b16defc762ade899040da52a591537 /advtrains_luaautomation/operation_panel.lua
parent1ba34be99dcf86a0b21a6e2f78ba3fd9e16b8098 (diff)
downloadadvtrains-21532968d4d22701486b3d86dce95de3c591a73e.tar.gz
advtrains-21532968d4d22701486b3d86dce95de3c591a73e.tar.bz2
advtrains-21532968d4d22701486b3d86dce95de3c591a73e.zip
Setup more strings for localization
Diffstat (limited to 'advtrains_luaautomation/operation_panel.lua')
-rwxr-xr-xadvtrains_luaautomation/operation_panel.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/advtrains_luaautomation/operation_panel.lua b/advtrains_luaautomation/operation_panel.lua
index c118ff3..8e12651 100755
--- a/advtrains_luaautomation/operation_panel.lua
+++ b/advtrains_luaautomation/operation_panel.lua
@@ -1,3 +1,4 @@
+local S = atltrans
local function on_punch(pos,node,player)
atlatc.interrupt.add(0, pos, {type="punch", punch=true, name=player:get_player_name()})
@@ -7,7 +8,7 @@ end
minetest.register_node("advtrains_luaautomation:oppanel", {
drawtype = "normal",
tiles={"atlatc_oppanel.png"},
- description = "LuaATC operation panel",
+ description = S("LuaATC Operation Panel"),
groups = {
cracky = 1,
save_in_at_nodedb=1,