From f77d01134bc9c0608b93b3e66b0b81a2bc25262c Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Mon, 30 Dec 2024 10:26:50 +0100 Subject: [PATCH] =?UTF-8?q?Include=20=E2=80=9Calert=E2=80=9D=20in=20the=20?= =?UTF-8?q?text=20of=20ErrorNotification=E2=80=99s=20close=20button?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise screen readers just say “close”, and it is more difficult to know what this button is going to close. --- src/ErrorNotification.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();