Skip to content

Commit

Permalink
Hint text update
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaDeField committed Sep 12, 2016
1 parent 0a67986 commit 60c2e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Flanger/FlangerControlsDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ FlangerControlsDialog::FlangerControlsDialog( FlangerControls *controls ) :
lfoAmtKnob->setVolumeKnob( false );
lfoAmtKnob->setModel( &controls->m_lfoAmountModel );
lfoAmtKnob->setLabel( tr( "AMNT" ) );
lfoAmtKnob->setHintText( tr ( "Amt:" ) , "" );
lfoAmtKnob->setHintText( tr ( "Amount:" ) , "" );

Knob * feedbackKnob = new Knob( knobBright_26, this );
feedbackKnob->move( 122,10 );
Expand Down

0 comments on commit 60c2e58

Please sign in to comment.