Skip to content

Commit

Permalink
fix(view): Update tool/view_warningbox.py
Browse files Browse the repository at this point in the history
Co-authored-by: Amy Guy <[email protected]>
  • Loading branch information
R2ZER0 and rhiaro committed Apr 12, 2024
1 parent 74fad30 commit a9c2083
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tool/view_warningbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ def show_node_consolidation_warning(
f"The node {a_or_b} {node.name} (id = {node.id}"
+ " has already been marked as the same as another node"
+ f" {other_node.name} (id = {other_node.id})).\n"
+ f" Are you sure you want to mark node {a_or_b} {node.name} "
+ f" (id = {node.id}) as the same here instead?"
+ f" If you mark this node as the same instead, this will
+ f" override your previous match.\n"
+ f"Are you sure?"
)
)
msg.setStandardButtons(
Expand Down

0 comments on commit a9c2083

Please sign in to comment.