mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-04 18:53:24 +01:00
Fixed more internationalisation hints.
This commit is contained in:
@@ -297,6 +297,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.*/
|
||||
name->Printf(_("Track %d"), TrackNum( t ) );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user