forked from qt-creator/qt-creator
Use the same capitalization in all project wizards
Change-Id: I6b43bc4013e38b6db2c57b8a4a7aba917f71c1ff Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
@@ -42,7 +42,7 @@ SubdirsProjectWizardDialog::SubdirsProjectWizardDialog(const QString &templateNa
|
||||
setWindowIcon(icon);
|
||||
setWindowTitle(templateName);
|
||||
|
||||
setIntroDescription(tr("This wizard generates a Qt subdirs project. "
|
||||
setIntroDescription(tr("This wizard generates a Qt Subdirs project. "
|
||||
"Add subprojects to it later on by using the other wizards."));
|
||||
|
||||
if (!parameters.extraValues().contains(QLatin1String(ProjectExplorer::Constants::PROJECT_KIT_IDS)))
|
||||
|
||||
Reference in New Issue
Block a user