diff --git a/src/tracks/Pattern.cpp b/src/tracks/Pattern.cpp index 625df94c4..b574d4e96 100644 --- a/src/tracks/Pattern.cpp +++ b/src/tracks/Pattern.cpp @@ -706,8 +706,7 @@ PatternView::PatternView( Pattern* pattern, TrackView* parent ) : setFixedHeight( parentWidget()->height() - 2 ); ToolTip::add( this, - tr( "double-click to open this pattern in piano-roll\n" - "use mouse wheel to set volume of a step" ) ); + tr( "use mouse wheel to set volume of a step" ) ); setStyle( QApplication::style() ); }