mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
TranslatableString for labels of ShuttleGui buttons
This commit is contained in:
@@ -147,7 +147,7 @@ void SplashDialog::Populate( ShuttleGui & S )
|
||||
|
||||
S.Id(wxID_OK)
|
||||
.Prop(0)
|
||||
.AddButton(_("OK"), wxALIGN_RIGHT| wxALL, true);
|
||||
.AddButton(XO("OK"), wxALIGN_RIGHT| wxALL, true);
|
||||
}
|
||||
S.EndVerticalLay();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user