From 44e0f91f732672b371b3f2b9b03f86e5ec6d09ea Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Mon, 17 Nov 2014 12:12:45 +0100 Subject: [PATCH] Wizards: Fix form ui wizard Fix the description and labels. Task-number: QTCREATORBUG-13227 Change-Id: I81a017ced91198bdc4e822cfcc1c45580945a773 Reviewed-by: Alessandro Portale --- .../templates/wizards/classes/qtquickui/wizard.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/qtcreator/templates/wizards/classes/qtquickui/wizard.json b/share/qtcreator/templates/wizards/classes/qtquickui/wizard.json index 0bd2943a3ae..ea912652f45 100644 --- a/share/qtcreator/templates/wizards/classes/qtquickui/wizard.json +++ b/share/qtcreator/templates/wizards/classes/qtquickui/wizard.json @@ -3,7 +3,7 @@ "kind": "file", "id": "R.QtQuickUi", "category": "R.Qt", - "trDescription": "Creates a QML file with boilerplate code, starting with \"import QtQuick 2.4\".", + "trDescription": "Creates a Qt Quick Designer UI form along with a matching QML file for implementation purposes. You can add the form and file to an existing Qt Quick Project.", "trDisplayName": "QtQuick UI File", "trDisplayCategory": "Qt", "icon": "../../global/genericfilewizard.png", @@ -24,7 +24,7 @@ [ { "name": "Class", - "trDisplayName": "Class name:", + "trDisplayName": "Component name:", "mandatory": true, "type": "LineEdit", "data": { "validator": "(?:[A-Z_][a-zA-Z_0-9]*|)" } @@ -37,7 +37,7 @@ }, { "name": "FormClass", - "trDisplayName": "Ui Class name:", + "trDisplayName": "Component form name:", "mandatory": true, "type": "LineEdit", "data": {