mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-04 14:19:30 +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()
|
void AudacityProject::OnNewTimeTrack()
|
||||||
{
|
{
|
||||||
if (mTracks->GetTimeTrack()) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user