Commit 69d77039 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4: clarify a tooltip

parent 6499c2cc
...@@ -433,7 +433,7 @@ QWidget *AbstractController::createWidget( buttonType_e button, int options ) ...@@ -433,7 +433,7 @@ QWidget *AbstractController::createWidget( buttonType_e button, int options )
case LOOP_BUTTON:{ case LOOP_BUTTON:{
LoopButton *loopButton = new LoopButton; LoopButton *loopButton = new LoopButton;
setupButton( loopButton ); setupButton( loopButton );
loopButton->setToolTip( qtr( "Click to toggle between loop one, loop all" ) ); loopButton->setToolTip( qtr( "Click to toggle between loop all, loop one and no loop") );
loopButton->setCheckable( true ); loopButton->setCheckable( true );
loopButton->updateButtonIcons( NORMAL ); loopButton->updateButtonIcons( NORMAL );
CONNECT( THEMIM, repeatLoopChanged( int ), loopButton, updateButtonIcons( int ) ); CONNECT( THEMIM, repeatLoopChanged( int ), loopButton, updateButtonIcons( int ) );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment