diff --git a/pcbnew/footprint_edit_frame.cpp b/pcbnew/footprint_edit_frame.cpp index d5a52a39c9..aec3f6d437 100644 --- a/pcbnew/footprint_edit_frame.cpp +++ b/pcbnew/footprint_edit_frame.cpp @@ -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() )