From 0b6799b9942106d1b4a8265a9777e77ebef9e7dc Mon Sep 17 00:00:00 2001
From: Christiaan Janssen <christiaan.janssen@nokia.com>
Date: Wed, 3 Mar 2010 17:12:32 +0100
Subject: [PATCH] QmlDesigner.PropertyEditor:  changed empty pane message

---
 share/qtcreator/qmldesigner/propertyeditor/Qt/emptyPane.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/emptyPane.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/emptyPane.qml
index d39da68f864..d221e94eef6 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";
                             }
                         }
-- 
GitLab