summaryrefslogtreecommitdiff
path: root/digilines.lua
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2025-12-14 13:46:25 -0600
committercheapie <no-email-for-you@example.com>2025-12-14 13:46:25 -0600
commit1ee8d5827d50beff1823250e1397546be07f0d0b (patch)
tree77231a845b8905bf3edc5bc6d2af83135d4bbfc4 /digilines.lua
parent4e574d9cfdd9f24a396478965668a23dbd768de7 (diff)
downloadcelevator-1ee8d5827d50beff1823250e1397546be07f0d0b.tar
celevator-1ee8d5827d50beff1823250e1397546be07f0d0b.tar.gz
celevator-1ee8d5827d50beff1823250e1397546be07f0d0b.tar.bz2
celevator-1ee8d5827d50beff1823250e1397546be07f0d0b.tar.xz
celevator-1ee8d5827d50beff1823250e1397546be07f0d0b.zip
Assorted formspec/infotext changes to both clean things up and make localization work betterHEADmain
Diffstat (limited to 'digilines.lua')
-rw-r--r--digilines.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/digilines.lua b/digilines.lua
index d85e8ae..60fa469 100644
--- a/digilines.lua
+++ b/digilines.lua
@@ -249,7 +249,7 @@ core.register_node("celevator:digilines_io",{
end
meta:set_int("dispatcher",dmode and 1 or 0)
meta:set_string("channel",fields.channel)
- local infotext = "Car: "..carid
+ local infotext = S("ID: @1",carid)
meta:set_string("infotext",infotext)
end,
})