mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-29 07:58:42 +01:00
Make a label track named "Dropouts" not "Errors"
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user