7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-21 18:03:45 +00:00

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

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;