From e67cb6d521c86e03913da35cb0a82bef3e877681 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 25 Jul 2016 15:05:05 +0200 Subject: [PATCH] SCXML: Fix UI text Change-Id: Ic8c0c27c12bcd9992cf3518087c283606f5acdeb Reviewed-by: Ulf Hermann --- share/qtcreator/templates/wizards/files/scxml/wizard.json | 4 ++-- src/plugins/qtsupport/QtSupport.mimetypes.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/share/qtcreator/templates/wizards/files/scxml/wizard.json b/share/qtcreator/templates/wizards/files/scxml/wizard.json index 263fa530749..76da846f681 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" }, diff --git a/src/plugins/qtsupport/QtSupport.mimetypes.xml b/src/plugins/qtsupport/QtSupport.mimetypes.xml index c54904c9c59..a851d0c2447 100644 --- a/src/plugins/qtsupport/QtSupport.mimetypes.xml +++ b/src/plugins/qtsupport/QtSupport.mimetypes.xml @@ -12,7 +12,7 @@ - Scxml State Chart + SCXML State Chart