1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

change a comment

This commit is contained in:
Paul Licameli 2018-01-05 00:54:13 -05:00
parent c66eae1a46
commit b53e7d7a8a

View File

@ -7449,7 +7449,8 @@ wxString AudacityProject::ClipBoundaryMessage(const std::vector<FoundClipBoundar
wxString str;
auto nClips = result.waveTrack->GetNumClips();
if (result.nFound < 2) {
/* i18n-hint: First %s is replaced with the noun "start" or "end"
/* i18n-hint: in the string after this one,
First %s is replaced with the noun "start" or "end"
identifying one end of a clip,
first number gives the position of that clip in a sequence
of clips,