Merge pull request #514 from chigkim/accessible-connect-cleanup

Accessibility: Less Verbosity for Connect/Disconnect
This commit is contained in:
Volker Fischer 2020-08-12 16:57:46 +02:00 committed by GitHub
commit 457acceb00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -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 = "<b>" + tr ( "Local Audio Input Fader" ) + ":</b> " +