Fix typo in Eeschema titlebar.

Fixes https://gitlab.com/kicad/code/kicad/issues/8016
This commit is contained in:
Jeff Young 2021-03-25 00:48:24 +00:00
parent bbd7b4ca8c
commit 040cdd64f2
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 " );
title = _( "[no file]" ) + wxT( " \u2014 " ) + _( "Schematic Editor" ),
}
else
{