summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--demos/qtdemo/menumanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/qtdemo/menumanager.cpp b/demos/qtdemo/menumanager.cpp
index 3f01d26f..ba3ab093 100644
--- a/demos/qtdemo/menumanager.cpp
+++ b/demos/qtdemo/menumanager.cpp
@@ -325,7 +325,7 @@ void MenuManager::launchExample(const QString &name)
bool success = QDesktopServices::openUrl(QUrl::fromLocalFile(executable));
if (!success){
QMessageBox::critical(0, tr("Failed to launch the example"),
- tr("Could not launch the example. Ensure that it has been built."),
+ tr("Could not launch the example. Ensure that it has been built and installed."),
QMessageBox::Cancel);
}
#else // Not mac. To not break anything regarding dll's etc, keep it the way it was before: