diff --git a/src/core/timeline.cpp b/src/core/timeline.cpp index 121fd525e..74d754eba 100644 --- a/src/core/timeline.cpp +++ b/src/core/timeline.cpp @@ -312,7 +312,7 @@ void timeLine::mousePressEvent( QMouseEvent* event ) { delete m_hint; m_hint = textFloat::displayMessage( tr( "Hint" ), - tr( "Hold + to move the begin loop point; Press to disable magnetic loop points." ), + tr( "Hold to move the begin loop point; Press to disable magnetic loop points." ), embed::getIconPixmap( "hint" ), 0 ); }