New texts for the wizard types in the new dialog

Reviewed-by: Leena Miettinen
This commit is contained in:
Daniel Molkentin
2010-05-12 10:39:49 +02:00
parent 28ec223314
commit bf95a99c51
18 changed files with 36 additions and 21 deletions

View File

@@ -57,7 +57,8 @@ ConsoleAppWizard::ConsoleAppWizard()
QLatin1String(Constants::QT_APP_WIZARD_TR_SCOPE),
QLatin1String(Constants::QT_APP_WIZARD_TR_CATEGORY),
tr("Qt Console Application"),
tr("Creates a Qt console application."),
tr("Creates a project containing a single main.cpp file with a stub implementation.\n\n"
"Preselects a desktop Qt for building the application if available."),
QIcon(QLatin1String(":/wizards/images/console.png")))
{
}