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. --- compat-furnaces.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compat-furnaces.lua') diff --git a/compat-furnaces.lua b/compat-furnaces.lua index f1618d2..abf087f 100644 --- a/compat-furnaces.lua +++ b/compat-furnaces.lua @@ -255,7 +255,7 @@ local function furnace_node_timer(pos, elapsed) minetest.get_node_timer(pos):stop() end - local infotext = active.." "..DS("(Item: @2; Fuel: @3)", item_state, fuel_state) + local infotext = active.." "..DS("(Item: @1; Fuel: @2)", item_state, fuel_state) -- -- Set meta values -- cgit v1.2.3