QmlDesigner.ItemLibrary: Fix default text for GroupBox

Change-Id: If45bae2b53d7cb7cbfe803566300b18e140fe5e3
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Thomas Hartmann
2014-05-16 16:25:22 +02:00
parent c90a1274f2
commit e6bfdde3bc

View File

@@ -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\")"; }
}
}