diff options
author | Y. Wang <yw05@forksworld.de> | 2023-10-04 22:14:18 +0200 |
---|---|---|
committer | Y. Wang <y5nw@protonmail.com> | 2024-11-04 17:17:52 +0100 |
commit | eb0c5b78627505bcba409dc5f52dbb05891954c5 (patch) | |
tree | 1a9dc00e6ce6a7f64cbdd913c5b49099f3abf992 /advtrains_luaautomation/operation_panel.lua | |
parent | 425b0993d355b9f45ddd400bd4925f9f1a5bd34d (diff) | |
download | advtrains-eb0c5b78627505bcba409dc5f52dbb05891954c5.tar.gz advtrains-eb0c5b78627505bcba409dc5f52dbb05891954c5.tar.bz2 advtrains-eb0c5b78627505bcba409dc5f52dbb05891954c5.zip |
Various translation improvements
Diffstat (limited to 'advtrains_luaautomation/operation_panel.lua')
-rw-r--r-- | advtrains_luaautomation/operation_panel.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/advtrains_luaautomation/operation_panel.lua b/advtrains_luaautomation/operation_panel.lua index c118ff3..8e12651 100644 --- 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, |