mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-04 14:39:08 +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.
|
/* 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.
|
The translation should be short or else it will not display well.
|
||||||
At most, about 11 Latin characters.
|
At most, about 11 Latin characters.
|
||||||
*/
|
Dropout is a loss of a short sequence audio sample data from the
|
||||||
pTrack->SetName(_("Errors"));
|
recording */
|
||||||
|
pTrack->SetName(_("Dropouts"));
|
||||||
long counter = 1;
|
long counter = 1;
|
||||||
for (auto &interval : intervals)
|
for (auto &interval : intervals)
|
||||||
pTrack->AddLabel(
|
pTrack->AddLabel(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user