mirror of
https://github.com/Sokomine/travelnet.git
synced 2024-11-04 22:53:46 +01:00
typo
This commit is contained in:
parent
1fe156ca74
commit
7e0a810c6a
2
init.lua
2
init.lua
@ -191,7 +191,7 @@ travelnet.update_formspec = function( pos, puncher_name )
|
|||||||
zusatzstr = "field[0.3,11;6,0.7;locks_sent_lock_command;Locked travelnet. Type /help for help:;]";
|
zusatzstr = "field[0.3,11;6,0.7;locks_sent_lock_command;Locked travelnet. Type /help for help:;]";
|
||||||
trheight = "11.5";
|
trheight = "11.5";
|
||||||
end
|
end
|
||||||
local formspec = "size[12,"..trheight.."10]"..
|
local formspec = "size[12,"..trheight.."]"..
|
||||||
"label[3.3,0.0;Travelnet-Box:]".."label[6.3,0.0;Punch box to update target list.]"..
|
"label[3.3,0.0;Travelnet-Box:]".."label[6.3,0.0;Punch box to update target list.]"..
|
||||||
"label[0.3,0.4;Name of this station:]".."label[6.3,0.4;"..(station_name or "?").."]"..
|
"label[0.3,0.4;Name of this station:]".."label[6.3,0.4;"..(station_name or "?").."]"..
|
||||||
"label[0.3,0.8;Assigned to Network:]" .."label[6.3,0.8;"..(station_network or "?").."]"..
|
"label[0.3,0.8;Assigned to Network:]" .."label[6.3,0.8;"..(station_network or "?").."]"..
|
||||||
|
Loading…
Reference in New Issue
Block a user