Hidden events: Enhance tooltips

Shorten tooltip for power levels, expand tooltip for user events.
This commit is contained in:
tastytea 2022-01-12 10:03:47 +01:00 committed by Nicolas Werner
parent 5cd3e61cb0
commit d4cc3507f8
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ ApplicationWindow {
MatrixText {
text: qsTr("User events")
ToolTip.text: qsTr("Joins, leaves, invites, knocks and bans")
ToolTip.text: qsTr("Joins, leaves, avatar and name changes, bans, …")
ToolTip.visible: hh1.hovered
Layout.fillWidth: true
@ -63,7 +63,7 @@ ApplicationWindow {
MatrixText {
text: qsTr("Power level changes")
ToolTip.text: qsTr("Is sent when a moderator is added or removed or the permissions of a room are changed (happens a lot in some IRC rooms)")
ToolTip.text: qsTr("Sent when a moderator is added/removed or the permissions of a room are changed.")
ToolTip.visible: hh2.hovered
Layout.fillWidth: true