From 06560a619cf6f1824313f77cc8ad57d2d632e170 Mon Sep 17 00:00:00 2001
From: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Date: Tue, 16 Feb 2010 12:27:06 +0100
Subject: [PATCH] QmlDesigner.propertyEditor: change caption of empty pane

---
 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 49c19047292..ea03d77caba 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";
                             }
                         }
-- 
GitLab