Skip to content

Commit

Permalink
"3Di Toolbox install progress" -> "3Di Results Analysis install progr…
Browse files Browse the repository at this point in the history
…ess"
  • Loading branch information
leendertvanwolfswinkel committed Oct 7, 2024
1 parent 9db1f7c commit 82c5b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

def create_progress_dialog(progress, text):
dialog = QProgressDialog()
dialog.setWindowTitle("3Di Toolbox install progress")
dialog.setWindowTitle("3Di Results Analysis install progress")
dialog.setLabelText(text)
dialog.setWindowFlags(Qt.WindowStaysOnTopHint)
bar = QProgressBar(dialog)
Expand Down

0 comments on commit 82c5b13

Please sign in to comment.