diff --git a/src/tracks/instrument_track.cpp b/src/tracks/instrument_track.cpp index 8f6dc54e4..9159a5406 100644 --- a/src/tracks/instrument_track.cpp +++ b/src/tracks/instrument_track.cpp @@ -1135,7 +1135,7 @@ instrumentTrackWindow::instrumentTrackWindow( instrumentTrackView * _itv ) : tr( "Pitch" ) ); m_pitchKnob->move( m_panningKnob->x() + m_panningKnob->width() + 16, 44 ); - m_pitchKnob->setHintText( tr( "Pitch:" ) + " ", "" ); + m_pitchKnob->setHintText( tr( "Pitch:" ) + " ", " " + tr( "cents" ) ); m_pitchKnob->setLabel( tr( "PITCH" ) );