Merge pull request #514 from chigkim/accessible-connect-cleanup
Accessibility: Less Verbosity for Connect/Disconnect
This commit is contained in:
commit
457acceb00
1 changed files with 1 additions and 6 deletions
|
@ -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> " +
|
||||
|
|
Loading…
Reference in a new issue