Fix typo in New Project dialog for Qt Quick UI apps.

Change-Id: I54287e4d6e6d6e6f9dc7575201b8034b365d1c01
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
Mitch Curtis
2013-11-04 13:16:53 +01:00
committed by Oswald Buddenhagen
parent bb06ff83d7
commit b0b7571654
2 changed files with 2 additions and 2 deletions

View File

@@ -4,5 +4,5 @@
id="QB.QML Application for Qt Quick 1.1"> id="QB.QML Application for Qt Quick 1.1">
<displayname>Qt Quick 1 UI</displayname> <displayname>Qt Quick 1 UI</displayname>
<displayname xml:lang="de">Qt Quick 1 UI</displayname> <displayname xml:lang="de">Qt Quick 1 UI</displayname>
<description>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.</description> <description>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.</description>
</template> </template>

View File

@@ -4,5 +4,5 @@
id="QB.QML Application for Qt Quick 2.0"> id="QB.QML Application for Qt Quick 2.0">
<displayname>Qt Quick 2 UI</displayname> <displayname>Qt Quick 2 UI</displayname>
<displayname xml:lang="de">Qt Quick 2 UI</displayname> <displayname xml:lang="de">Qt Quick 2 UI</displayname>
<description>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.</description> <description>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.</description>
</template> </template>