Do not translate something similar to a proper noun

This commit is contained in:
jean-pierre charras 2021-07-12 09:02:04 +02:00
parent 759f0e9a75
commit ad7e563e24
1 changed files with 1 additions and 1 deletions

View File

@ -1885,7 +1885,7 @@ void SCH_ALTIUM_PLUGIN::ParsePort( const ASCH_PORT& aElem )
if( isHarness )
{
wxString name = _( "HARNESS: " ) + aElem.name;
wxString name = wxT( "HARNESS: " ) + aElem.name;
if( aElem.harnessType != aElem.name )
name += wxString::Format( wxT( " (%s)" ), aElem.harnessType );