diff --git a/eeschema/tools/sch_edit_tool.cpp b/eeschema/tools/sch_edit_tool.cpp index 1115ce4953..4bd49a554a 100644 --- a/eeschema/tools/sch_edit_tool.cpp +++ b/eeschema/tools/sch_edit_tool.cpp @@ -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 );