diff --git a/src/ErrorNotification.qml b/src/ErrorNotification.qml index 36f0e69..3d1dac9 100644 --- a/src/ErrorNotification.qml +++ b/src/ErrorNotification.qml @@ -64,7 +64,7 @@ Control { display: ToolButton.IconOnly height: implicitHeight icon.name: "dialog-close" - text: qsTr("Close") + text: qsTr("Close alert") onClicked: function () { hideTimer.stop();