1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-04 01:29:43 +02:00

Make a label track named "Dropouts" not "Errors"

This commit is contained in:
Paul Licameli 2018-01-17 09:35:14 -05:00
parent c2ee1380da
commit b0cb3868c3

View File

@ -5388,8 +5388,9 @@ void AudacityProject::OnAudioIOStopRecording()
/* i18n-hint: A name given to a track, appearing as its menu button.
The translation should be short or else it will not display well.
At most, about 11 Latin characters.
*/
pTrack->SetName(_("Errors"));
Dropout is a loss of a short sequence audio sample data from the
recording */
pTrack->SetName(_("Dropouts"));
long counter = 1;
for (auto &interval : intervals)
pTrack->AddLabel(