From 4d25541309cf7a0d482c3a5a7cea1acb3fe2dfcb Mon Sep 17 00:00:00 2001 From: "Y. Wang" Date: Mon, 9 Oct 2023 11:03:10 +0200 Subject: Change wording (modify component -> configure component) --- advtrains_line_automation/stoprail.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'advtrains_line_automation/stoprail.lua') diff --git a/advtrains_line_automation/stoprail.lua b/advtrains_line_automation/stoprail.lua index 9e6fea0..6c74a3d 100644 --- a/advtrains_line_automation/stoprail.lua +++ b/advtrains_line_automation/stoprail.lua @@ -28,7 +28,7 @@ local function show_stoprailform(pos, player) local pe = advtrains.encode_pos(pos) local pname = player:get_player_name() if minetest.is_protected(pos, pname) then - minetest.chat_send_player(pname, attrans("You are not allowed to modify this track.")) + minetest.chat_send_player(pname, attrans("You are not allowed to configure this track.")) return end @@ -73,7 +73,7 @@ minetest.register_on_player_receive_fields(function(player, formname, fields) local pos = advtrains.decode_pos(pe) if pos then if minetest.is_protected(pos, pname) then - minetest.chat_send_player(pname, attrans("You are not allowed to modify this track.")) + minetest.chat_send_player(pname, attrans("You are not allowed to configure this track.")) return end -- cgit v1.2.3