mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 15:49:36 +02:00
Correct inaccurate time tracks message
This commit is contained in:
parent
9a048f33b1
commit
903dcf9427
@ -5006,7 +5006,7 @@ void AudacityProject::OnNewLabelTrack()
|
||||
void AudacityProject::OnNewTimeTrack()
|
||||
{
|
||||
if (mTracks->GetTimeTrack()) {
|
||||
wxMessageBox(_("The version of Audacity you are using does not support multiple time tracks."));
|
||||
wxMessageBox(_("This version of Audacity only allows one time track for each project window."));
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user