mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-27 17:48:38 +02:00
Make "Wet Only" checkbox translatable (thanks, Yuri)
This commit is contained in:
parent
5a58dec799
commit
741d283276
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user