diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/emptyPane.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/emptyPane.qml index 49c19047292e5fe0cb7ecfe940590595f49a0ab8..ea03d77cabaaf4fbe9e7a0531cfe89af34f92e83 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/emptyPane.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/emptyPane.qml @@ -35,7 +35,7 @@ PropertyFrame { bottomMargin: 2; QLabel { minimumHeight: 20; - text: "No Item Selected"; + text: "no or multiple items selected"; alignment: "AlignHCenter"; } }