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." ) );
|
"If you are connected, pressing this button will end the session." ) );
|
||||||
|
|
||||||
butConnect->setAccessibleName (
|
butConnect->setAccessibleName (
|
||||||
tr ( "Connect and disconnect toggle button" ) );
|
tr ( "Connect and disconnect toggle" ) );
|
||||||
|
|
||||||
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." ) );
|
|
||||||
|
|
||||||
// local audio input fader
|
// local audio input fader
|
||||||
QString strAudFader = "<b>" + tr ( "Local Audio Input Fader" ) + ":</b> " +
|
QString strAudFader = "<b>" + tr ( "Local Audio Input Fader" ) + ":</b> " +
|
||||||
|
|
Loading…
Reference in a new issue