summaryrefslogtreecommitdiff
path: root/node_controllers.lua
diff options
context:
space:
mode:
authorFaceDeer <derksenmobile@gmail.com>2017-01-20 00:19:33 -0700
committerFaceDeer <derksenmobile@gmail.com>2017-01-20 00:19:33 -0700
commit68a83a7a8d689c72facbd24e7df87684f7701ba3 (patch)
treeaddefed06b76f6a8d6ec6bef4959d5944643b7f0 /node_controllers.lua
parent12435fc2f361d11e396efcaa59732c1ab0b9e2c7 (diff)
Switch user-facing strings to use the word "block" instead of "node"
Diffstat (limited to 'node_controllers.lua')
-rw-r--r--node_controllers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_controllers.lua b/node_controllers.lua
index 74c7a44..0bf415b 100644
--- a/node_controllers.lua
+++ b/node_controllers.lua
@@ -82,7 +82,7 @@ local auto_formspec = "size[3.5,2]" ..
"button_exit[2.2,0.5;1,0.1;execute;Set &\nExecute]" ..
"tooltip[execute;Begins executing the given number of cycles]" ..
"field[0.5,2.0;1,0.1;slope;Slope;${slope}]" ..
- "tooltip[slope;For diagonal digging. After every X nodes the auto controller moves forward, the controller will add an additional cycle moving the digtron laterally in the direction of the arrows on the side of this controller. Set to 0 for no lateral digging.]" ..
+ "tooltip[slope;For diagonal digging. After every X blocks the auto controller moves forward, the controller will add an additional cycle moving the digtron laterally in the direction of the arrows on the side of this controller. Set to 0 for no lateral digging.]" ..
"field[1.5,2.0;1,0.1;offset;Offset;${offset}]" ..
"tooltip[offset;Sets the offset of the lateral motion defined in the Slope field. Note: this offset is relative to the controller's location. The controller will move down when it reaches the indicated point.]" ..
"field[2.5,2.0;1,0.1;period;Delay;${period}]" ..