Include “alert” in the text of ErrorNotification’s close button
Otherwise screen readers just say “close”, and it is more difficult to know what this button is going to close.
This commit is contained in:
parent
0416992a57
commit
f77d01134b
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue