diff --git a/src/plugins/qmldesigner/componentsplugin/components.metainfo b/src/plugins/qmldesigner/componentsplugin/components.metainfo index 2c307b49c0a..9714d233b66 100644 --- a/src/plugins/qmldesigner/componentsplugin/components.metainfo +++ b/src/plugins/qmldesigner/componentsplugin/components.metainfo @@ -227,7 +227,7 @@ MetaInfo { Property { name: "width"; type: "int"; value: 360; } Property { name: "height"; type: "int"; value: 300; } - Property { name: "title"; type: "binding"; value: "qsTr(\"Check Box\")"; } + Property { name: "title"; type: "binding"; value: "qsTr(\"Group Box\")"; } } }