Space between value and "dB" for consistency and readability.

This commit is contained in:
windinthew 2014-01-03 12:58:33 +00:00
parent c3276d03df
commit ae5556ad1f

View File

@ -673,7 +673,7 @@ void CompressorDialog::PopulateOrExchange(ShuttleGui & S)
S.StartHorizontalLay(wxCENTER, false);
{
/* i18n-hint: Make-up, i.e. correct for any reduction, rather than fabricate it.*/
mGainCheckBox = S.AddCheckBox(_("Make-up gain for 0dB after compressing"),
mGainCheckBox = S.AddCheckBox(_("Make-up gain for 0 dB after compressing"),
wxT("true"));
mPeakCheckBox = S.AddCheckBox(_("Compress based on Peaks"),
wxT("false"));