forked from qt-creator/qt-creator
String fixes
Change-Id: Iffa87a0e394b799e3987fa60f0a7559d5c1d0d27 Reviewed-by: Eike Ziller <eike.ziller@nokia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com> Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -59,7 +59,7 @@ LibraryWizard::LibraryWizard()
|
||||
tr("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>."),
|
||||
"<li>a shared or static C++ library for use with another project at linktime</li></ul>"),
|
||||
QIcon(QLatin1String(":/wizards/images/lib.png")))
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user