From 728d4e179a6076e86ce69bb6b8a4d675eeeb6ada Mon Sep 17 00:00:00 2001 From: Louis Royer <4259825-lroyer@users.noreply.gitlab.com> Date: Thu, 20 Feb 2020 15:17:58 +0100 Subject: Translation string errors Fixes #21. Sorry, I had put wrong identifiers in translations strings. Also, found another one to fix in `teleport_tube.lua`. I hope, there is no other error. --- teleport_tube.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'teleport_tube.lua') diff --git a/teleport_tube.lua b/teleport_tube.lua index 7fd118a..7dcdf62 100644 --- a/teleport_tube.lua +++ b/teleport_tube.lua @@ -229,7 +229,7 @@ pipeworks.register_tube("pipeworks:teleport_tube", { if channel ~= "" then set_tube(pos, channel, can_receive) local cr_description = (can_receive == 1) and "sending and receiving" or "sending" - meta:set_string("infotext", S("Teleportation Tube @1 on '@1'", cr_description, channel)) + meta:set_string("infotext", S("Teleportation Tube @1 on '@2'", cr_description, channel)) else -- remove empty channel tubes, to not have to search through them remove_tube(pos) -- cgit v1.2.3