Back/FW UI buttons tooltips: shorter & consistency

This commit is contained in:
miruka
2021-04-10 00:36:55 -04:00
parent fb1de364a6
commit 4925b5a134
3 changed files with 3 additions and 3 deletions

View File

@@ -148,7 +148,7 @@ Rectangle {
visible: Layout.preferredWidth > 0
backgroundColor: "transparent"
icon.name: "go-back-to-chat-from-main-pane"
toolTip.text: qsTr("Go back to room")
toolTip.text: qsTr("Go to chat")
onClicked: mainPane.toggleFocus()