JsonWizard: Fix a error message

Change-Id: I3d5f31a30cbe3b5b16e0c589575b539403fd9864
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2014-10-15 18:07:41 +02:00
parent 52e31f80ad
commit 10016fd656

View File

@@ -78,8 +78,7 @@ JsonWizard::GeneratorFiles JsonWizard::fileList()
QString targetPath = value(QLatin1String("TargetPath")).toString();
if (targetPath.isEmpty()) {
errorMessage = tr("Could not determine target path. \"TargetPath\", \"Path\", or "
"\"ProjectName\" were not set on any page.");
errorMessage = tr("Could not determine target path. \"TargetPath\" was not set on any page.");
return list;
}