diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/emptyPane.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/emptyPane.qml
index d39da68f864520c39862406aaa4ccfc2255963c0..d221e94eef640174c34fc08125fce13dc1d2c466 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 or multiple items selected";
+                                text: "none or multiple items selected";
                                 alignment: "AlignHCenter";
                             }
                         }