summary refs log tree commit diff
diff options
context:
space:
mode:
authortastytea <tastytea@tastytea.de>2022-01-12 10:03:47 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2022-02-10 00:48:35 +0100
commitd4cc3507f8b2266742bfe332afca460c8f110865 (patch)
treebb08d11f9e1c08be1a7a9115b8fb4b94f474e2a2
parentAdd GUI to change hidden events per room (diff)
downloadnheko-d4cc3507f8b2266742bfe332afca460c8f110865.tar.xz
Hidden events: Enhance tooltips
Shorten tooltip for power levels, expand tooltip for user events.
-rw-r--r--resources/qml/dialogs/HiddenEventsDialog.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/dialogs/HiddenEventsDialog.qml b/resources/qml/dialogs/HiddenEventsDialog.qml

index cfe75b06..d4fc7626 100644 --- a/resources/qml/dialogs/HiddenEventsDialog.qml +++ b/resources/qml/dialogs/HiddenEventsDialog.qml
@@ -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