typo
This commit is contained in:
parent
a2ffb45698
commit
faa5ed3e37
|
@ -1241,7 +1241,7 @@ void SCH_EDIT_FRAME::UpdateTitle()
|
||||||
|
|
||||||
if( GetScreen()->GetFileName().IsEmpty() )
|
if( GetScreen()->GetFileName().IsEmpty() )
|
||||||
{
|
{
|
||||||
title = _( "[no file]" ) + wxT( " \u2014 " ) + _( "Schematic Editor" ),
|
title = _( "[no file]" ) + wxT( " \u2014 " ) + _( "Schematic Editor" );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue