aboutsummaryrefslogtreecommitdiff
path: root/advtrains_line_automation
diff options
context:
space:
mode:
authorY. Wang <yw05@forksworld.de>2023-10-09 11:03:10 +0200
committerY. Wang <yw05@forksworld.de>2024-04-13 10:36:35 +0200
commit944c9954cd453c3ed0245c76de091b580bb1cc38 (patch)
treefd3016980b34db74c08d75b8e456a33310def6df /advtrains_line_automation
parent21532968d4d22701486b3d86dce95de3c591a73e (diff)
downloadadvtrains-944c9954cd453c3ed0245c76de091b580bb1cc38.tar.gz
advtrains-944c9954cd453c3ed0245c76de091b580bb1cc38.tar.bz2
advtrains-944c9954cd453c3ed0245c76de091b580bb1cc38.zip
Change wording (modify component -> configure component)
Diffstat (limited to 'advtrains_line_automation')
-rw-r--r--advtrains_line_automation/stoprail.lua4
1 files changed, 2 insertions, 2 deletions
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