Fix another case of the double-quote in wxString::Format problem.

Yes, sadly it's a string change and we're past string freeze.  However,
without the fix you get no string at all.
This commit is contained in:
Jeff Young 2021-11-03 18:18:35 +00:00
parent f52e67c6a7
commit 2b5ea7812f
1 changed files with 1 additions and 1 deletions

View File

@ -1085,7 +1085,7 @@ void EDA_BASE_FRAME::CheckForAutoSaveFile( const wxFileName& aFileName )
wxString msg = wxString::Format( _( wxString msg = wxString::Format( _(
"Well this is potentially embarrassing!\n" "Well this is potentially embarrassing!\n"
"It appears that the last time you were editing the file\n" "It appears that the last time you were editing the file\n"
"\"%s\"\n" "%s\n"
"it was not saved properly. Do you wish to restore the last saved edits you made?" ), "it was not saved properly. Do you wish to restore the last saved edits you made?" ),
aFileName.GetFullName() aFileName.GetFullName()
); );