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:
Robert Loehning
2011-11-03 14:17:25 +01:00
committed by Robert Löhning
parent 46e912ad24
commit 86f8f2be2e
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>