Fix missing translation

This commit is contained in:
Seth Hillbrand 2021-06-16 12:48:47 -07:00
parent 7953a5c62b
commit cbd9208d73
1 changed files with 1 additions and 1 deletions

View File

@ -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() )