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:
Robert Loehning
2014-01-13 17:53:11 +01:00
parent df9299fd24
commit 68c5cbf5c2
6 changed files with 6 additions and 6 deletions

View File

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