File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -424,8 +424,8 @@ Page {
424424 icon .text : MaterialIcons .warning
425425 parent: Overlay .overlay
426426 preset: " Warning"
427- title: " Nodes have warnings "
428- text: " Some nodes have warnings, are you sure you want to submit ?"
427+ title: " Nodes Containing Warnings "
428+ text: " Some nodes contain warnings. Are you sure you want to submit?"
429429 helperText: " Submit even if some nodes have warnings"
430430 standardButtons: Dialog .Cancel | Dialog .Ok
431431
Original file line number Diff line number Diff line change 22from meshroom .core .desc .validators import NotEmptyValidator , RangeValidator
33
44
5- class ValidableNode (desc .CommandLineNode ):
5+ class NodeWithValidators (desc .CommandLineNode ):
66
77 inputs = [
88 desc .StringParam (
You can’t perform that action at this time.
0 commit comments