From eeaca7a2fa3e5caaa6ada8c9ccb1602a6b960e09 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Sun, 16 Mar 2008 00:14:59 +0000 Subject: [PATCH] use capital letters for knob-labels git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@794 0778d3d1-df1d-0410-868b-ea421aaaa00d --- src/widgets/effect_view.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/widgets/effect_view.cpp b/src/widgets/effect_view.cpp index c32d98ec2e..49e674222b 100644 --- a/src/widgets/effect_view.cpp +++ b/src/widgets/effect_view.cpp @@ -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(