Do not mark an empty string as translatable
It is not accepted by our tools
This commit is contained in:
parent
ceb8beb8c4
commit
ad1a929404
|
@ -2431,7 +2431,7 @@ int SCH_EDIT_TOOL::CleanupSheetPins( const TOOL_EVENT& aEvent )
|
||||||
|
|
||||||
updateItem( sheet, true );
|
updateItem( sheet, true );
|
||||||
|
|
||||||
commit.Push( _( "" ) );
|
commit.Push( wxT( "" ) );
|
||||||
|
|
||||||
if( selection.IsHover() )
|
if( selection.IsHover() )
|
||||||
m_toolMgr->RunAction( EE_ACTIONS::clearSelection );
|
m_toolMgr->RunAction( EE_ACTIONS::clearSelection );
|
||||||
|
|
Loading…
Reference in New Issue