mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-26 17:18:41 +02:00
Space between value and "dB" for consistency and readability.
This commit is contained in:
parent
c3276d03df
commit
ae5556ad1f
@ -673,7 +673,7 @@ void CompressorDialog::PopulateOrExchange(ShuttleGui & S)
|
|||||||
S.StartHorizontalLay(wxCENTER, false);
|
S.StartHorizontalLay(wxCENTER, false);
|
||||||
{
|
{
|
||||||
/* i18n-hint: Make-up, i.e. correct for any reduction, rather than fabricate it.*/
|
/* 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"));
|
wxT("true"));
|
||||||
mPeakCheckBox = S.AddCheckBox(_("Compress based on Peaks"),
|
mPeakCheckBox = S.AddCheckBox(_("Compress based on Peaks"),
|
||||||
wxT("false"));
|
wxT("false"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user