mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-17 08:17:59 +01:00
TranslatableString for titles, names, labels of wxDialogWrappers...
... Found one missed translation in CommandTargets.cpp
This commit is contained in:
@@ -130,12 +130,12 @@ END_EVENT_TABLE()
|
||||
|
||||
BenchmarkDialog::BenchmarkDialog(wxWindow *parent):
|
||||
/* i18n-hint: Benchmark means a software speed test */
|
||||
wxDialogWrapper( parent, 0, _("Benchmark"),
|
||||
wxDialogWrapper( parent, 0, XO("Benchmark"),
|
||||
wxDefaultPosition, wxDefaultSize,
|
||||
wxDEFAULT_DIALOG_STYLE |
|
||||
wxRESIZE_BORDER)
|
||||
{
|
||||
SetName(GetTitle());
|
||||
SetName();
|
||||
|
||||
mBlockSizeStr = wxT("64");
|
||||
mNumEditsStr = wxT("100");
|
||||
|
||||
Reference in New Issue
Block a user