mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 17:11:12 +02:00
TranslatableString for static text box captions
This commit is contained in:
@@ -554,7 +554,7 @@ void VampEffect::PopulateOrExchange(ShuttleGui & S)
|
||||
wxScrolledWindow *scroller = S.Style(wxVSCROLL | wxTAB_TRAVERSAL)
|
||||
.StartScroller(2);
|
||||
{
|
||||
S.StartStatic(_("Plugin Settings"));
|
||||
S.StartStatic(XO("Plugin Settings"));
|
||||
{
|
||||
S.StartMultiColumn(5, wxEXPAND);
|
||||
{
|
||||
|
Reference in New Issue
Block a user