1
0
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:
windinthew 2010-05-27 23:18:21 +00:00
parent 9a048f33b1
commit 903dcf9427

View File

@ -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;
}