Fix typo in Eeschema titlebar.
Fixes https://gitlab.com/kicad/code/kicad/issues/8016
This commit is contained in:
parent
bbd7b4ca8c
commit
040cdd64f2
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue