Fix broken translation string

This commit is contained in:
Seth Hillbrand 2020-09-19 09:13:30 -07:00
parent 39bdc547af
commit d227b53e1a
1 changed files with 1 additions and 1 deletions

View File

@ -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