mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-05 04:12:15 +02:00
[ui] Update Delete data label according to selected nodes
This commit is contained in:
parent
82dd2a1f31
commit
16e951bad8
1 changed files with 8 additions and 8 deletions
|
@ -673,7 +673,7 @@ Item {
|
|||
modal: false
|
||||
header.visible: false
|
||||
|
||||
text: "Delete Data of '" + node.label + (deleteFollowing ? "' and following Nodes?" : "'?")
|
||||
text: "Delete Data of '" + node.label + "'" + (uigraph.selectedNodes.count > 1 ? " and other selected Nodes" : "") + (deleteFollowing ? " and following Nodes?" : "?")
|
||||
helperText: "Warning: This operation cannot be undone."
|
||||
standardButtons: Dialog.Yes | Dialog.Cancel
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue