Fix another disappearing string on Mac.

This commit is contained in:
Jeff Young 2021-09-05 20:13:20 +01:00
parent 07f0662ba9
commit 921b6c826b
1 changed files with 1 additions and 1 deletions

View File

@ -1143,7 +1143,7 @@ bool PCB_EDIT_FRAME::SavePcbCopy( const wxString& aFileName, bool aCreateProject
rulesFile.GetFullPath() ) );
}
DisplayInfoMessage( this, wxString::Format( _( "Board copied to:\n\"%s\"" ),
DisplayInfoMessage( this, wxString::Format( _( "Board copied to:\n%s" ),
pcbFileName.GetFullPath() ) );
return true;