diff --git a/eeschema/sch_edit_frame.cpp b/eeschema/sch_edit_frame.cpp index 535fde1f66..f4b1067ef1 100644 --- a/eeschema/sch_edit_frame.cpp +++ b/eeschema/sch_edit_frame.cpp @@ -1241,7 +1241,7 @@ void SCH_EDIT_FRAME::UpdateTitle() if( GetScreen()->GetFileName().IsEmpty() ) { - title = _( "[no file]" ) + wxT( " \u2014 " ) + _( "Schematic Editor" ), + title = _( "[no file]" ) + wxT( " \u2014 " ) + _( "Schematic Editor" ); } else {