1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-17 00:07:54 +01:00

Fix some comments

This commit is contained in:
Paul Licameli
2018-12-01 19:59:24 -05:00
parent 2af46016c7
commit ab0c0d9cb1
4 changed files with 4 additions and 4 deletions

View File

@@ -352,7 +352,7 @@ wxAccStatus TrackPanelAx::GetName( int childId, wxString* name )
*name = t->GetName();
if( *name == t->GetDefaultName() )
{
/* i18n-hint: The %d is replaced by th enumber of the track.*/
/* i18n-hint: The %d is replaced by the number of the track.*/
name->Printf(_("Track %d"), TrackNum( t ) );
}