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:
parent
c2ee1380da
commit
b0cb3868c3
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user