mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +02:00
Make "Wet Only" checkbox translatable (thanks, Yuri)
This commit is contained in:
@@ -364,7 +364,7 @@ void ReverbDialogue::PopulateOrExchange(ShuttleGui & s)
|
||||
|
||||
s.StartHorizontalLay(wxCENTER, false);
|
||||
{
|
||||
mWetOnlyWidget = s.Id(ID_WetOnly_WIDGET).AddCheckBox(wxT("Wet Only"), wxT("false"));
|
||||
mWetOnlyWidget = s.Id(ID_WetOnly_WIDGET).AddCheckBox(_("Wet Only"), wxT("false"));
|
||||
}
|
||||
s.EndHorizontalLay();
|
||||
|
||||
|
Reference in New Issue
Block a user