QmlDesigner: Unify tooltip

We had slightly different tooltips for the same functionality.
I use the tooltip from the navigator.

Change-Id: I0afa53d75c01f23ebbfa1311d69e2f5a895c9e34
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Thomas Hartmann
2016-10-17 17:17:37 +02:00
committed by Thomas Hartmann
parent c4f92146be
commit 8469da333b

View File

@@ -84,7 +84,7 @@ Rectangle {
ToolTipArea {
anchors.fill: parent
onClicked: toogleExportAlias()
tooltip: qsTr("Toggle if selected item is alias exported.")
tooltip: qsTr("Toggles whether this item is exported as an alias property of the root item.")
}
}
}