diff --git a/eeschema/sch_plugins/altium/sch_altium_plugin.cpp b/eeschema/sch_plugins/altium/sch_altium_plugin.cpp index c7f870fa1c..eec91f0ae4 100644 --- a/eeschema/sch_plugins/altium/sch_altium_plugin.cpp +++ b/eeschema/sch_plugins/altium/sch_altium_plugin.cpp @@ -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 );