[ui][dialogs] improve wording

+ use MessageDialog for unsaved project dialog
This commit is contained in:
Yann Lanthony 2018-07-25 20:05:37 +02:00
parent bf55d1e7f6
commit 3615f641fd
2 changed files with 11 additions and 12 deletions

View file

@ -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"