From d05aa9fc87ec6345b9291d6585fa5f09471fa2a3 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Tue, 22 Mar 2011 21:10:39 +0000 Subject: [PATCH] fixes for the whats this help --- src/clientsettingsdlg.cpp | 2 +- src/llconclientdlg.cpp | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/clientsettingsdlg.cpp b/src/clientsettingsdlg.cpp index 5ba73479..e4bb189a 100755 --- a/src/clientsettingsdlg.cpp +++ b/src/clientsettingsdlg.cpp @@ -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 ); diff --git a/src/llconclientdlg.cpp b/src/llconclientdlg.cpp index cbc1ba31..7b8cca74 100755 --- a/src/llconclientdlg.cpp +++ b/src/llconclientdlg.cpp @@ -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" ) );