From 1bdaafc4889db9195cef236d7efbea742a607f5e Mon Sep 17 00:00:00 2001 From: Oskar Wallgren Date: Sun, 10 Jun 2018 16:39:12 +0200 Subject: [PATCH] Typo - austain -> sustain --- plugins/OpulenZ/OpulenZ.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/OpulenZ/OpulenZ.cpp b/plugins/OpulenZ/OpulenZ.cpp index 7d1d2482561..4b11102c37b 100644 --- a/plugins/OpulenZ/OpulenZ.cpp +++ b/plugins/OpulenZ/OpulenZ.cpp @@ -115,7 +115,7 @@ OpulenzInstrument::OpulenzInstrument( InstrumentTrack * _instrument_track ) : op2_a_mdl(1.0, 0.0, 15.0, 1.0, this, tr( "Op 2 attack" ) ), op2_d_mdl(3.0, 0.0, 15.0, 1.0, this, tr( "Op 2 decay" ) ), - op2_s_mdl(14.0, 0.0, 15.0, 1.0, this, tr( "Op 2 austain" ) ), + op2_s_mdl(14.0, 0.0, 15.0, 1.0, this, tr( "Op 2 sustain" ) ), op2_r_mdl(12.0, 0.0, 15.0, 1.0, this, tr( "Op 2 release" ) ), op2_lvl_mdl(63.0, 0.0, 63.0, 1.0, this, tr( "Op 2 level" ) ), op2_scale_mdl(0.0, 0.0, 3.0, 1.0, this, tr( "Op 2 level scaling" ) ),