mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
TranslatableString for titles, names, labels of wxDialogWrappers...
... Found one missed translation in CommandTargets.cpp
This commit is contained in:
@@ -166,10 +166,10 @@ BEGIN_EVENT_TABLE(TimerRecordDialog, wxDialogWrapper)
|
||||
END_EVENT_TABLE()
|
||||
|
||||
TimerRecordDialog::TimerRecordDialog(wxWindow* parent, bool bAlreadySaved)
|
||||
: wxDialogWrapper(parent, -1, _("Audacity Timer Record"), wxDefaultPosition,
|
||||
: wxDialogWrapper(parent, -1, XO("Audacity Timer Record"), wxDefaultPosition,
|
||||
wxDefaultSize, wxCAPTION)
|
||||
{
|
||||
SetName(GetTitle());
|
||||
SetName();
|
||||
|
||||
m_DateTime_Start = wxDateTime::UNow();
|
||||
long seconds; // default duration is 1 hour = 3600 seconds
|
||||
|
||||
Reference in New Issue
Block a user