Skip to content

Commit ae7b980

Browse files
committed
[ui] GraphEditor: fix tooltip camel case
1 parent b5ae4c0 commit ae7b980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshroom/ui/qml/GraphEditor/GraphEditor.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ Item {
415415

416416
MaterialToolButton {
417417
font.pointSize: 13
418-
ToolTip.text: "Remove edge"
418+
ToolTip.text: "Remove Edge"
419419
enabled: edgeMenu.currentEdge && !edgeMenu.currentEdge.dst.node.locked && !edgeMenu.currentEdge.dst.isReadOnly
420420
text: MaterialIcons.delete_
421421
onClicked: {

0 commit comments

Comments
 (0)