From 0153582c221541c61e861912490579b12efc0068 Mon Sep 17 00:00:00 2001 From: chigkim Date: Tue, 11 Aug 2020 20:38:01 -0400 Subject: [PATCH] Accessibility fix for connect/disconnect button to be less verbose. --- src/clientdlg.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/clientdlg.cpp b/src/clientdlg.cpp index 8528df8c..1db4c4bc 100755 --- a/src/clientdlg.cpp +++ b/src/clientdlg.cpp @@ -90,12 +90,7 @@ CClientDlg::CClientDlg ( CClient* pNCliP, "If you are connected, pressing this button will end the session." ) ); butConnect->setAccessibleName ( - tr ( "Connect and disconnect toggle button" ) ); - - butConnect->setAccessibleDescription ( tr ( "Clicking on this " - "button changes the caption of the button from Connect to " - "Disconnect, i.e., it implements a toggle functionality for connecting " - "and disconnecting the application." ) ); + tr ( "Connect and disconnect toggle" ) ); // local audio input fader QString strAudFader = "" + tr ( "Local Audio Input Fader" ) + ": " +