1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-02 17:23:18 +02:00

a translation hint

This commit is contained in:
Paul Licameli 2018-01-15 15:16:15 -05:00
parent 9777d3e880
commit b4ee17ed82

View File

@ -5377,6 +5377,10 @@ void AudacityProject::OnAudioIOStopRecording()
auto uTrack = GetTrackFactory()->NewLabelTrack();
auto pTrack = uTrack.get();
GetTracks()->Add( std::move(uTrack) );
/* i8n-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"));
long counter = 1;
for (auto &interval : intervals)