L10n: tr()-Fixes for 2.2

This commit is contained in:
Friedemann Kleint
2011-02-15 16:05:52 +01:00
parent a6fc7e8857
commit 88ba702293
12 changed files with 82 additions and 78 deletions

View File

@@ -46,7 +46,7 @@ SubdirsProjectWizardDialog::SubdirsProjectWizardDialog(const QString &templateNa
setWindowIcon(icon);
setWindowTitle(templateName);
setIntroDescription(tr("This wizard generates Qt4 subdirs project. "
setIntroDescription(tr("This wizard generates a Qt4 subdirs project. "
"Add subprojects to it later on by using the other wizards."));
addTargetSetupPage();