SCXML: Fix UI text

Change-Id: Ic8c0c27c12bcd9992cf3518087c283606f5acdeb
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
Leena Miettinen
2016-07-25 15:05:05 +02:00
parent 3a9f242afe
commit e67cb6d521
2 changed files with 3 additions and 3 deletions

View File

@@ -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"
},

View File

@@ -12,7 +12,7 @@
<glob pattern="*.ts" weight="70"/>
</mime-type>
<mime-type type="application/scxml+xml">
<comment>Scxml State Chart</comment>
<comment>SCXML State Chart</comment>
<sub-class-of type="application/xml"/>
<glob pattern="*.scxml"/>
</mime-type>