From d7ab4c0e2d3729a9af3f12edee48e778c98f8227 Mon Sep 17 00:00:00 2001 From: Justin Wang Date: Tue, 23 May 2023 17:46:10 +0200 Subject: [PATCH] change accessible description for thumbs up button --- gpt4all-chat/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt4all-chat/main.qml b/gpt4all-chat/main.qml index 81e600fe..f65470d7 100644 --- a/gpt4all-chat/main.qml +++ b/gpt4all-chat/main.qml @@ -651,7 +651,7 @@ Window { } Accessible.role = Accessible.Button Accessible.name = qsTr("Thumbs up") - Accessible.description = qsTr("Updates response and chatModel state for thumbs up") + Accessible.description = qsTr("Gives a thumbs up to the response") onClicked: { if (thumbsUpState && !thumbsDownState) return