From 5b3a060d4487fd0501c25ee5a45fdd6f13f1865e Mon Sep 17 00:00:00 2001 From: OgelGames Date: Sun, 26 Dec 2021 16:48:43 +1100 Subject: [PATCH] fix translation fixes #25 --- on_receive_fields.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/on_receive_fields.lua b/on_receive_fields.lua index 4baefbf..92c4e8b 100644 --- a/on_receive_fields.lua +++ b/on_receive_fields.lua @@ -64,10 +64,7 @@ function travelnet.on_receive_fields(pos, _, fields, player) and owner_name ~= "" then minetest.chat_send_player(name, - S("This %s belongs to %s. You can't remove it."):format( - description, - tostring(owner_name) - ) + S("This @1 belongs to @2. You can't remove it.", description, owner_name) ) return end