mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Remove trailing spaces.
This commit is contained in:
@@ -309,7 +309,7 @@ wxAccStatus TrackPanelAx::GetName( int childId, wxString* name )
|
||||
on this track mute is on.*/
|
||||
*name->Append( _( " Mute On" ) );
|
||||
}
|
||||
|
||||
|
||||
if( t->GetSolo() )
|
||||
{
|
||||
/* i18n-hint: This is for screen reader software and indicates that
|
||||
@@ -442,7 +442,7 @@ wxAccStatus TrackPanelAx::GetValue( int childId, wxString* strValue )
|
||||
{
|
||||
strValue->Append( _( " Mute On" ) );
|
||||
}
|
||||
|
||||
|
||||
if( t->GetSolo() )
|
||||
{
|
||||
strValue->Append( _( " Solo On" ) );
|
||||
|
||||
Reference in New Issue
Block a user