From 86f8f2be2e21d28e77d0702ae0aad79c007bccb3 Mon Sep 17 00:00:00 2001
From: Robert Loehning <robert.loehning@nokia.com>
Date: Thu, 3 Nov 2011 14:17:25 +0100
Subject: [PATCH] String fixes in New Project wizard

Task-number: QTCREATORBUG-6456

Change-Id: I37cf5c8f8a91d015e6aada803ab7158a77c33e40
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
---
 share/qtcreator/templates/wizards/plaincapp/wizard.xml   | 2 +-
 share/qtcreator/templates/wizards/plaincppapp/wizard.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/qtcreator/templates/wizards/plaincapp/wizard.xml b/share/qtcreator/templates/wizards/plaincapp/wizard.xml
index 3998aaa42bb..5e50789fd07 100644
--- a/share/qtcreator/templates/wizards/plaincapp/wizard.xml
+++ b/share/qtcreator/templates/wizards/plaincapp/wizard.xml
@@ -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>
diff --git a/share/qtcreator/templates/wizards/plaincppapp/wizard.xml b/share/qtcreator/templates/wizards/plaincppapp/wizard.xml
index e872c2d87f4..1c3d2dd94d2 100644
--- a/share/qtcreator/templates/wizards/plaincppapp/wizard.xml
+++ b/share/qtcreator/templates/wizards/plaincppapp/wizard.xml
@@ -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>
-- 
GitLab