diff --git a/applets/notifications/package/contents/ui/Notifications.qml b/applets/notifications/package/contents/ui/Notifications.qml --- a/applets/notifications/package/contents/ui/Notifications.qml +++ b/applets/notifications/package/contents/ui/Notifications.qml @@ -282,7 +282,7 @@ PlasmaComponents.ToolButton { Layout.rightMargin: spacerSvgFrame.margins.right iconSource: "edit-delete" - tooltip: i18n("Clear History") + text: i18n("Clear History") onClicked: clearHistory() } }