This commit is contained in:
jean-pierre charras 2021-03-25 11:47:13 +01:00
parent a2ffb45698
commit faa5ed3e37
1 changed files with 1 additions and 1 deletions

View File

@ -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
{