summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2016-07-25 15:05:05 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2016-07-26 07:36:21 +0000
commite67cb6d521c86e03913da35cb0a82bef3e877681 (patch)
tree810aa588519aeac6d8660cedd16400ba0714b22c /share
parent3a9f242afe84ece18d47a2a88e4dcfc8642f0d0f (diff)
downloadqt-creator-e67cb6d521c86e03913da35cb0a82bef3e877681.tar.gz
SCXML: Fix UI text
Change-Id: Ic8c0c27c12bcd9992cf3518087c283606f5acdeb Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/templates/wizards/files/scxml/wizard.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/qtcreator/templates/wizards/files/scxml/wizard.json b/share/qtcreator/templates/wizards/files/scxml/wizard.json
index 263fa53074..76da846f68 100644
--- a/share/qtcreator/templates/wizards/files/scxml/wizard.json
+++ b/share/qtcreator/templates/wizards/files/scxml/wizard.json
@@ -3,7 +3,7 @@
"supportedProjectTypes": [ ],
"id": "F.Scxml",
"category": "O.Model",
- "trDescription": "Creates a new, empty, state chart.",
+ "trDescription": "Creates a new empty state chart.",
"trDisplayName": "State Chart",
"trDisplayCategory": "Modeling",
"platformIndependent": true,
@@ -26,7 +26,7 @@
[
{
"name": "Name",
- "trDisplayName": "State Chart name:",
+ "trDisplayName": "State chart name:",
"mandatory": true,
"type": "LineEdit"
},