From 0c968f518e7e1bc27fc200fe3d791eb7a1aef2a5 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 19 Mar 2021 13:33:42 +0100 Subject: [PATCH] QtQuick3D: Replace Type with Component As the name of the section that shows common component properties. Change-Id: I0d6b95ba7b4831d85e89b863a8e4b2e74ec50926 Reviewed-by: Mahmoud Badri --- .../propertyEditorQmlSources/QtQuick3D/Object3DPane.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick3D/Object3DPane.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick3D/Object3DPane.qml index f99ab880c65..cb9132b54d7 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick3D/Object3DPane.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick3D/Object3DPane.qml @@ -48,7 +48,7 @@ Rectangle { y: -1 width: itemPane.width Section { - caption: qsTr("Type") + caption: qsTr("Component") anchors.left: parent.left anchors.right: parent.right