Skip to content

Commit e194c92

Browse files
committed
Improve dialog wording
1 parent 7180e08 commit e194c92

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/panelUtils/panel_inputs.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def initializeInputs(self):
9494
self.inputs.addIntegerSpinnerCommandInput("widthInHp", "Panel width in HP", 2, 9000, 1, self.options.widthInHp)
9595
self.inputs.addValueInput(
9696
"panelHeight",
97-
"Panel thickness",
97+
"Panel height",
9898
defaultLengthUnits,
9999
adsk.core.ValueInput.createByReal(self.options.panelHeight),
100100
)
@@ -116,13 +116,13 @@ def initializeInputs(self):
116116

117117
supportGroup.children.addValueInput(
118118
"supportSolidHeight",
119-
"Support thickness",
119+
"Support height",
120120
defaultLengthUnits,
121121
adsk.core.ValueInput.createByReal(self.options.supportSolidHeight),
122122
)
123123
supportGroup.children.addValueInput(
124124
"supportShellHeight",
125-
"Shell thickness",
125+
"Shell height",
126126
defaultLengthUnits,
127127
adsk.core.ValueInput.createByReal(self.options.supportShellHeight),
128128
)

0 commit comments

Comments
 (0)