From b0b7571654df3bbd7f10e18b64b0448a261f5abe Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Mon, 4 Nov 2013 13:16:53 +0100 Subject: [PATCH] Fix typo in New Project dialog for Qt Quick UI apps. Change-Id: I54287e4d6e6d6e6f9dc7575201b8034b365d1c01 Reviewed-by: Oswald Buddenhagen --- share/qtcreator/templates/qml/qtquick1_1/template.xml | 2 +- share/qtcreator/templates/qml/qtquick2/template.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/qtcreator/templates/qml/qtquick1_1/template.xml b/share/qtcreator/templates/qml/qtquick1_1/template.xml index 62df5ffa60a..74f53c28c45 100644 --- a/share/qtcreator/templates/qml/qtquick1_1/template.xml +++ b/share/qtcreator/templates/qml/qtquick1_1/template.xml @@ -4,5 +4,5 @@ id="QB.QML Application for Qt Quick 1.1"> Qt Quick 1 UI Qt Quick 1 UI - Creates a Qt Quick 1 UI project with a single QML file that contains the main view. You can review Qt Quick 1 UI projects in the QML Viewer and you need not build them. You do not need to have the development environment installed on your computer to create and run this type of projects. Requires Qt 4.8 or newer. + Creates a Qt Quick 1 UI project with a single QML file that contains the main view. You can review Qt Quick 1 UI projects in the QML Viewer and you need not build them. You do not need to have the development environment installed on your computer to create and run this type of project. Requires Qt 4.8 or newer. diff --git a/share/qtcreator/templates/qml/qtquick2/template.xml b/share/qtcreator/templates/qml/qtquick2/template.xml index 793a37a8f85..c089f2c5c44 100644 --- a/share/qtcreator/templates/qml/qtquick2/template.xml +++ b/share/qtcreator/templates/qml/qtquick2/template.xml @@ -4,5 +4,5 @@ id="QB.QML Application for Qt Quick 2.0"> Qt Quick 2 UI Qt Quick 2 UI - Creates a Qt Quick 2 UI project with a single QML file that contains the main view. You can review Qt Quick 2 UI projects in the QML Scene and you need not build them. You do not need to have the development environment installed on your computer to create and run this type of projects. Requires Qt 5.0 or newer. + Creates a Qt Quick 2 UI project with a single QML file that contains the main view. You can review Qt Quick 2 UI projects in the QML Scene and you need not build them. You do not need to have the development environment installed on your computer to create and run this type of project. Requires Qt 5.0 or newer.