Browse Source

Do not translate something similar to a proper noun

6.0.7
jean-pierre charras 5 years ago
parent
commit
ad7e563e24
  1. 2
      eeschema/sch_plugins/altium/sch_altium_plugin.cpp

2
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 );

Loading…
Cancel
Save