forked from qt-creator/qt-creator
JsonWizard: Fix a error message
Change-Id: I3d5f31a30cbe3b5b16e0c589575b539403fd9864 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user