diff --git a/chorus.h b/chorus.h index 033b541..8c23eb5 100644 --- a/chorus.h +++ b/chorus.h @@ -59,7 +59,7 @@ struct ChorusSTFX : public BaseEffect { storage.range("detune", detune) .info("detune", "detuning depth") .range(1, 8, 50) - .unit(" s.t.", 0); + .unit(" cents", 0); stfx::units::rangePercent(storage.range("stereo", stereo) .info("stereo", "")