mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
typo
This commit is contained in:
parent
a2ffb45698
commit
faa5ed3e37
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user