fixes for the whats this help

This commit is contained in:
Volker Fischer 2011-03-22 21:10:39 +00:00
parent 95bb150c4e
commit d05aa9fc87
2 changed files with 6 additions and 3 deletions

View File

@ -217,7 +217,7 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, QWidget* parent,
TextUpstreamValue->setWhatsThis ( strConnStats );
CLEDOverallDelay->setWhatsThis ( strConnStats );
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 );

View File

@ -195,11 +195,14 @@ CLlconClientDlg::CLlconClientDlg ( CClient* pNCliP,
"The delay status LED indicator shows the current audio delay "
"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 "
"it may harder to perform. If the light is red, the delay is too "
"long for jamming" );
"it may be harder to play. If the light is red, the delay is too "
"large for jamming." );
TextLabelDelay->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" ) );