forked from qt-creator/qt-creator
SCXML: Fix UI text
Change-Id: Ic8c0c27c12bcd9992cf3518087c283606f5acdeb Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user