fixes for the whats this help
This commit is contained in:
parent
95bb150c4e
commit
d05aa9fc87
2 changed files with 6 additions and 3 deletions
|
@ -217,7 +217,7 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, QWidget* parent,
|
||||||
TextUpstreamValue->setWhatsThis ( strConnStats );
|
TextUpstreamValue->setWhatsThis ( strConnStats );
|
||||||
CLEDOverallDelay->setWhatsThis ( strConnStats );
|
CLEDOverallDelay->setWhatsThis ( strConnStats );
|
||||||
CLEDOverallDelay->setToolTip ( tr ( "If this LED indicator turns red, "
|
CLEDOverallDelay->setToolTip ( tr ( "If this LED indicator turns red, "
|
||||||
"you will not have much fun using the llcon software..." ) +
|
"you will not have much fun using the llcon software." ) +
|
||||||
TOOLTIP_COM_END_TEXT );
|
TOOLTIP_COM_END_TEXT );
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -195,11 +195,14 @@ CLlconClientDlg::CLlconClientDlg ( CClient* pNCliP,
|
||||||
"The delay status LED indicator shows the current audio delay "
|
"The delay status LED indicator shows the current audio delay "
|
||||||
"status. If the light is green, the delay is perfect for a jam "
|
"status. If the light is green, the delay is perfect for a jam "
|
||||||
"session. If the ligth is yellow, a session is still possible but "
|
"session. If the ligth is yellow, a session is still possible but "
|
||||||
"it may harder to perform. If the light is red, the delay is too "
|
"it may be harder to play. If the light is red, the delay is too "
|
||||||
"long for jamming" );
|
"large for jamming." );
|
||||||
|
|
||||||
TextLabelDelay->setWhatsThis ( strLEDDelay );
|
TextLabelDelay->setWhatsThis ( strLEDDelay );
|
||||||
LEDDelay->setWhatsThis ( strLEDDelay );
|
LEDDelay->setWhatsThis ( strLEDDelay );
|
||||||
|
LEDDelay->setToolTip ( tr ( "If this LED indicator turns red, "
|
||||||
|
"you will not have much fun using the llcon software." ) +
|
||||||
|
TOOLTIP_COM_END_TEXT );
|
||||||
|
|
||||||
LEDDelay->setAccessibleName ( tr ( "Delay status LED indicator" ) );
|
LEDDelay->setAccessibleName ( tr ( "Delay status LED indicator" ) );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue