mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-17 00:07:54 +01:00
Fix some comments
This commit is contained in:
@@ -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 ) );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user