--- qsampler/trunk/src/qsamplerOptionsForm.cpp 2020/03/30 16:38:22 3760 +++ qsampler/trunk/src/qsamplerOptionsForm.cpp 2020/03/31 11:06:16 3761 @@ -357,7 +357,7 @@ m_iDirtyCount = 0; } - // if the user modified the limits, apply them to the sampler + // If the user modified the limits, apply them to the sampler // (and store it later in qsampler's configuration) if (bMaxVoicesModified && m_ui.MaxVoicesSpinBox->isEnabled()) m_pOptions->setMaxVoices(m_ui.MaxVoicesSpinBox->value());