InstrumentSoundShapingView: shorter label for filter frequency knob

This commit is contained in:
Tobias Doerffel
2014-01-22 22:57:29 +01:00
parent 68fd7edfd8
commit 8ecaef1f30

View File

@@ -95,10 +95,9 @@ InstrumentSoundShapingView::InstrumentSoundShapingView( QWidget * _parent ) :
m_filterCutKnob = new knob( knobBright_26, m_filterGroupBox );
m_filterCutKnob->setLabel( tr( "CUTOFF" ) );
m_filterCutKnob->setLabel( tr( "FREQ" ) );
m_filterCutKnob->move( 140, 18 );
m_filterCutKnob->setHintText( tr( "cutoff-frequency:" ) + " ", " " +
tr( "Hz" ) );
m_filterCutKnob->setHintText( tr( "cutoff frequency:" ) + " ", " " + tr( "Hz" ) );
m_filterCutKnob->setWhatsThis(
tr( "Use this knob for setting the cutoff frequency for the "
"selected filter. The cutoff frequency specifies the "