Do not mark an empty string as translatable

It is not accepted by our tools
This commit is contained in:
jean-pierre charras 2024-01-27 09:06:03 +01:00
parent ceb8beb8c4
commit ad1a929404
1 changed files with 1 additions and 1 deletions

View File

@ -2431,7 +2431,7 @@ int SCH_EDIT_TOOL::CleanupSheetPins( const TOOL_EVENT& aEvent )
updateItem( sheet, true );
commit.Push( _( "" ) );
commit.Push( wxT( "" ) );
if( selection.IsHover() )
m_toolMgr->RunAction( EE_ACTIONS::clearSelection );