mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-28 00:55:50 +01:00
TranslatableString for static text box captions
This commit is contained in:
@@ -1045,7 +1045,7 @@ int ExportFFmpeg::AskResample(int bitrate, int rate, int lowrate, int highrate,
|
||||
S.StartVerticalLay();
|
||||
{
|
||||
S.SetBorder(10);
|
||||
S.StartStatic(_("Resample"));
|
||||
S.StartStatic(XO("Resample"));
|
||||
{
|
||||
S.StartHorizontalLay(wxALIGN_CENTER, false);
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user