diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
index 65a51d9ebc1824967f906721ec2b0860b0debf29..1471968f18a37f28c5bb72b5044c3f609bfa97bb 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
@@ -18,7 +18,7 @@ QFrame {
             checkable: true;
             checked: true;
             id: standardMode;
-            toolTip: "general item properties";
+            toolTip: "special properties";
             //iconFromFile: "images/rect-icon.png";
             text: backendValues.className.value
             onClicked: {
@@ -35,7 +35,7 @@ QFrame {
             id: layoutMode;
             checkable: true;
             checked: false;
-            toolTip: "layout properties";
+            toolTip: "layout and geometry";
             text: "Geometry";
             onClicked: {
                 extendedMode.checked = false;
@@ -49,7 +49,7 @@ QFrame {
 		
         QPushButton {
             id: extendedMode;
-            toolTip: "extended properties";
+            toolTip: "advanced properties";
             checkable: true;
             checked: false;
             text: "Advanced"