Skip to content
Snippets Groups Projects
Verified Commit d4cc3507 authored by tastytea's avatar tastytea Committed by Nicolas Werner
Browse files

Hidden events: Enhance tooltips

Shorten tooltip for power levels, expand tooltip for user events.
parent 5cd3e61c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment