diff --git a/share/qtcreator/templates/wizards/plaincapp/wizard.xml b/share/qtcreator/templates/wizards/plaincapp/wizard.xml
index 3998aaa42bbfa5df3ae2082b2303e10929024668..5e50789fd07b880407dfff7124cb17f09b903648 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 e872c2d87f41a7634cfdc3c389696030c410bcf6..1c3d2dd94d21c4f4b7da8208f34dc4685681aeba 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>