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

@@ -44,7 +44,8 @@ EmptyProjectWizard::EmptyProjectWizard()
QLatin1String(ProjectExplorer::Constants::PROJECT_WIZARD_TR_SCOPE),
QLatin1String(ProjectExplorer::Constants::PROJECT_WIZARD_TR_CATEGORY),
tr("Empty Qt Project"),
tr("Creates an empty Qt project."),
tr("Creates a qmake-based project without any files. This allows you to create "
"an application without any default classes."),
QIcon(QLatin1String(":/wizards/images/gui.png")))
{
}