Do not translate something similar to a proper noun
This commit is contained in:
parent
759f0e9a75
commit
ad7e563e24
|
@ -1885,7 +1885,7 @@ void SCH_ALTIUM_PLUGIN::ParsePort( const ASCH_PORT& aElem )
|
||||||
|
|
||||||
if( isHarness )
|
if( isHarness )
|
||||||
{
|
{
|
||||||
wxString name = _( "HARNESS: " ) + aElem.name;
|
wxString name = wxT( "HARNESS: " ) + aElem.name;
|
||||||
|
|
||||||
if( aElem.harnessType != aElem.name )
|
if( aElem.harnessType != aElem.name )
|
||||||
name += wxString::Format( wxT( " (%s)" ), aElem.harnessType );
|
name += wxString::Format( wxT( " (%s)" ), aElem.harnessType );
|
||||||
|
|
Loading…
Reference in New Issue