mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 08:27:13 +01:00
TranslatableString for titles, names, labels of wxDialogWrappers...
... Found one missed translation in CommandTargets.cpp
This commit is contained in:
@@ -697,7 +697,7 @@ void OnResample(const CommandContext &context)
|
||||
|
||||
while (true)
|
||||
{
|
||||
wxDialogWrapper dlg(&window, wxID_ANY, wxString(_("Resample")));
|
||||
wxDialogWrapper dlg(&window, wxID_ANY, XO("Resample"));
|
||||
ShuttleGui S(&dlg, eIsCreating);
|
||||
wxString rate;
|
||||
wxComboBox *cb;
|
||||
|
||||
Reference in New Issue
Block a user