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

@@ -53,7 +53,9 @@ LibraryWizard::LibraryWizard()
QLatin1String(ProjectExplorer::Constants::PROJECT_WIZARD_TR_SCOPE),
QLatin1String(ProjectExplorer::Constants::PROJECT_WIZARD_TR_CATEGORY),
tr("C++ Library"),
tr("Creates a Qt based C++ Library."),
tr("Creates a C++ library based on qmake. This can be used to create:<ul>"
"<li>a shared C++ library for use with <tt>QPluginLoader</tt> and runtime (Plugins)</li>"
"<li>a shared or static C++ library for use with another project at linktime</li></ul>."),
QIcon(QLatin1String(":/wizards/images/lib.png")))
{
}