Fix broken translation string
This commit is contained in:
parent
39bdc547af
commit
d227b53e1a
|
@ -84,7 +84,7 @@ wxString VIA::GetSelectMenuText( EDA_UNITS aUnits ) const
|
|||
{
|
||||
case VIATYPE::BLIND_BURIED: viaType = _( "Blind/Buried" ) + " "; break;
|
||||
case VIATYPE::MICROVIA: viaType = _( "Micro" ) + " "; break;
|
||||
default: viaType = _( "" ); break;
|
||||
default: viaType = ""; break;
|
||||
}
|
||||
|
||||
// say which layers, only two for now
|
||||
|
|
Loading…
Reference in New Issue