forked from qt-creator/qt-creator
String fixes in New Project wizard
Task-number: QTCREATORBUG-6456 Change-Id: I37cf5c8f8a91d015e6aada803ab7158a77c33e40 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
This commit is contained in:
committed by
Robert Löhning
parent
46e912ad24
commit
86f8f2be2e
@@ -41,7 +41,7 @@ leave room for the Qt 4 target page.
|
||||
class="qt4project" firstpage="10"
|
||||
id="R.Plain C" category="I.Projects">
|
||||
<icon>console.png</icon>
|
||||
<description>Creates a plain C project using QMake, not using the Qt library.</description>
|
||||
<description>Creates a plain C project using qmake, not using the Qt library.</description>
|
||||
<displayname>Plain C Project</displayname>;
|
||||
<displaycategory>Other Project</displaycategory>
|
||||
<files>
|
||||
|
||||
@@ -41,7 +41,7 @@ leave room for the Qt 4 target page.
|
||||
class="qt4project" firstpage="10"
|
||||
id="R.Plain C++" category="I.Projects">
|
||||
<icon>console.png</icon>
|
||||
<description>Creates a plain C++ project using QMake, not using the Qt library.</description>
|
||||
<description>Creates a plain C++ project using qmake, not using the Qt library.</description>
|
||||
<displayname>Plain C++ Project</displayname>;
|
||||
<displaycategory>Other Project</displaycategory>
|
||||
<files>
|
||||
|
||||
Reference in New Issue
Block a user