summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@theqtcompany.com>2014-11-17 12:12:45 +0100
committerThomas Hartmann <Thomas.Hartmann@digia.com>2014-11-17 12:19:48 +0100
commit44e0f91f732672b371b3f2b9b03f86e5ec6d09ea (patch)
treece4b9f5c10f943f7a3c62ffdc2f83d266f60a765 /share
parent1b31e8eebd247624b88714779ee6331af7e1106b (diff)
downloadqt-creator-44e0f91f732672b371b3f2b9b03f86e5ec6d09ea.tar.gz
Wizards: Fix form ui wizard
Fix the description and labels. Task-number: QTCREATORBUG-13227 Change-Id: I81a017ced91198bdc4e822cfcc1c45580945a773 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/templates/wizards/classes/qtquickui/wizard.json6
1 files 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 0bd2943a3a..ea912652f4 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": {