mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[ui][dialogs] improve wording
+ use MessageDialog for unsaved project dialog
This commit is contained in:
parent
bf55d1e7f6
commit
3615f641fd
2 changed files with 11 additions and 12 deletions
|
@ -47,8 +47,7 @@ MessageDialog {
|
|||
|
||||
title: "Compatibility issues detected"
|
||||
text: "This project contains " + issueCount + " node(s) incompatible with the current version of Meshroom."
|
||||
detailedText: "Project version: " + uigraph.graph.fileReleaseVersion + "\n" +
|
||||
"Current version: " + Qt.application.version
|
||||
detailedText: "Project was created with Meshroom " + uigraph.graph.fileReleaseVersion + "."
|
||||
|
||||
helperText: upgradableCount ?
|
||||
upgradableCount + " node(s) can be upgraded but this might invalidate already computed data.\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue