mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-03 12:57:39 +02:00
TranslatableString for titles, names, labels of wxDialogWrappers...
... Found one missed translation in CommandTargets.cpp
This commit is contained in:
@@ -999,8 +999,8 @@ void ExportFFmpeg::SetMetadata(const Tags *tags, const char *name, const wxChar
|
||||
|
||||
int ExportFFmpeg::AskResample(int bitrate, int rate, int lowrate, int highrate, const int *sampRates)
|
||||
{
|
||||
wxDialogWrapper d(nullptr, wxID_ANY, wxString(_("Invalid sample rate")));
|
||||
d.SetName(d.GetTitle());
|
||||
wxDialogWrapper d(nullptr, wxID_ANY, XO("Invalid sample rate"));
|
||||
d.SetName();
|
||||
wxChoice *choice;
|
||||
ShuttleGui S(&d, eIsCreating);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user