mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-22 07:53:21 -04:00
use capital letters for knob-labels
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@794 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -73,7 +73,7 @@ effectView::effectView( effect * _model, QWidget * _parent ) :
|
||||
|
||||
|
||||
m_autoQuit = new tempoSyncKnob( knobBright_26, this, tr( "Decay" ) );
|
||||
m_autoQuit->setLabel( tr( "Decay" ) );
|
||||
m_autoQuit->setLabel( tr( "DECAY" ) );
|
||||
m_autoQuit->move( 60, 5 );
|
||||
m_autoQuit->setHintText( tr( "Time:" ) + " ", "ms" );
|
||||
m_autoQuit->setWhatsThis( tr(
|
||||
@@ -83,7 +83,7 @@ effectView::effectView( effect * _model, QWidget * _parent ) :
|
||||
|
||||
|
||||
m_gate = new knob( knobBright_26, this, tr( "Gate" ) );
|
||||
m_gate->setLabel( tr( "Gate" ) );
|
||||
m_gate->setLabel( tr( "GATE" ) );
|
||||
m_gate->move( 93, 5 );
|
||||
m_gate->setHintText( tr( "Gate:" ) + " ", "" );
|
||||
m_gate->setWhatsThis( tr(
|
||||
|
||||
Reference in New Issue
Block a user