PCB Search: fix untranslated string
This commit is contained in:
parent
4984a8ab87
commit
eb10d7d1d8
|
@ -314,7 +314,7 @@ wxString NETS_SEARCH_HANDLER::GetResultCell( int aRow, int aCol )
|
||||||
if( net->GetNetCode() == 0 )
|
if( net->GetNetCode() == 0 )
|
||||||
{
|
{
|
||||||
if( aCol == 0 )
|
if( aCol == 0 )
|
||||||
return wxT( "No Net" );
|
return _( "No Net" );
|
||||||
else if( aCol == 1 )
|
else if( aCol == 1 )
|
||||||
return wxT( "" );
|
return wxT( "" );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue