Update German translation

This commit is contained in:
Daniel Winzen
2014-11-21 21:40:26 +01:00
parent df3a03f64c
commit 92930b2240
3 changed files with 127 additions and 36 deletions

View File

@@ -158,7 +158,7 @@ LfoControllerDialog::LfoControllerDialog( Controller * _model, QWidget * _parent
moog_saw_wave_btn->setInactiveGraphic(
embed::getIconPixmap( "moog_saw_wave_inactive" ) );
toolTip::add( moog_saw_wave_btn,
tr( "Click here for a a moog saw-wave." ) );
tr( "Click here for a moog saw-wave." ) );
pixmapButton * exp_wave_btn = new pixmapButton( this, NULL );
exp_wave_btn->move( CD_LFO_SHAPES_X + 15, CD_LFO_SHAPES_Y + 15 );