Fix missing translation
This commit is contained in:
parent
7953a5c62b
commit
cbd9208d73
|
@ -757,7 +757,7 @@ void FOOTPRINT_EDIT_FRAME::UpdateTitle()
|
|||
if( IsCurrentFPFromBoard() )
|
||||
{
|
||||
title = ( IsContentModified() ? "*" : "" )
|
||||
+ footprint->GetReference() + wxS( " [from " )
|
||||
+ footprint->GetReference() + wxS( " [" ) + _( "from" ) + " "
|
||||
+ Prj().GetProjectName() + "." + PcbFileExtension + wxS( "] \u2014 " );
|
||||
}
|
||||
else if( fpid.IsValid() )
|
||||
|
|
Loading…
Reference in New Issue