Skip to content

Commit 1ae54d1

Browse files
committed
Rename D to D Max
1 parent 1814455 commit 1ae54d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/SCRIPTS/BF/PAGES/pids1.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ local labels = {}
1212
local fields = {}
1313

1414
local pidMax = 200
15+
local dLabel = "D"
1516

1617
if apiVersion >= 1.044 then
1718
pidMax = 250
19+
dLabel = "D Max"
1820
end
1921

2022
if apiVersion >= 1.016 then
@@ -45,7 +47,7 @@ if apiVersion >= 1.016 then
4547
x = x + tableSpacing.col
4648
y = yMinLim - tableSpacing.header
4749

48-
labels[#labels + 1] = { t = "D", x = x, y = inc.y(tableSpacing.header) }
50+
labels[#labels + 1] = { t = dLabel, x = x, y = inc.y(tableSpacing.header) }
4951
fields[#fields + 1] = { x = x, y = inc.y(tableSpacing.row), min = 0, max = pidMax, vals = { 3 } }
5052
fields[#fields + 1] = { x = x, y = inc.y(tableSpacing.row), min = 0, max = pidMax, vals = { 6 } }
5153
if apiVersion >= 1.041 then

0 commit comments

Comments
 (0)