mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-07 15:49:42 +02:00
David Bailes patch for bug 589
This commit is contained in:
parent
6182f9c33e
commit
79ee7ac73b
@ -322,6 +322,14 @@ wxAccStatus TrackPanelAx::GetName( int childId, wxString* name )
|
|||||||
this track is selected.*/
|
this track is selected.*/
|
||||||
*name->Append( _( " Select On" ) );
|
*name->Append( _( " Select On" ) );
|
||||||
}
|
}
|
||||||
|
if( t->IsSyncLockSelected() )
|
||||||
|
{
|
||||||
|
/* i18n-hint: This is for screen reader software and indicates that
|
||||||
|
this track is shown with a sync-locked icon.*/
|
||||||
|
// The absence of a dash between Sync and Locked is deliberate -
|
||||||
|
// if present, Jaws reads it as "dash".
|
||||||
|
*name->Append( _( " Sync Lock On" ) );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user