Skip to content

Commit 59f719d

Browse files
Apply suggestions from code review
Co-authored-by: Fabien Castan <[email protected]>
1 parent d4e4c38 commit 59f719d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

meshroom/ui/qml/Application.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

tests/nodes/test/validableNode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from 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(

0 commit comments

Comments
 (0)