From 86f8f2be2e21d28e77d0702ae0aad79c007bccb3 Mon Sep 17 00:00:00 2001 From: Robert Loehning 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 --- 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 3998aaa42b..5e50789fd0 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"> console.png - Creates a plain C project using QMake, not using the Qt library. + Creates a plain C project using qmake, not using the Qt library. Plain C Project; Other Project diff --git a/share/qtcreator/templates/wizards/plaincppapp/wizard.xml b/share/qtcreator/templates/wizards/plaincppapp/wizard.xml index e872c2d87f..1c3d2dd94d 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"> console.png - Creates a plain C++ project using QMake, not using the Qt library. + Creates a plain C++ project using qmake, not using the Qt library. Plain C++ Project; Other Project -- GitLab