mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-07 23:51:14 +02:00
Use same term as used in the Manual.
This commit is contained in:
parent
3532bc227c
commit
df3003fe62
@ -283,7 +283,7 @@ bool EffectTruncSilence::ProcessIndependently()
|
|||||||
if (track2->GetKind() == Track::Wave &&
|
if (track2->GetKind() == Track::Wave &&
|
||||||
!(track2 == track || track2 == link) &&
|
!(track2 == track || track2 == link) &&
|
||||||
track2->GetSelected()) {
|
track2->GetSelected()) {
|
||||||
::wxMessageBox(_("When truncating independently, there may only be one selected audio track in each sync-lock group."));
|
::wxMessageBox(_("When truncating independently, there may only be one selected audio track in each Sync-Locked Track Group."));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user