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:
parent
f52e67c6a7
commit
2b5ea7812f
|
@ -1085,7 +1085,7 @@ void EDA_BASE_FRAME::CheckForAutoSaveFile( const wxFileName& aFileName )
|
|||
wxString msg = wxString::Format( _(
|
||||
"Well this is potentially embarrassing!\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?" ),
|
||||
aFileName.GetFullName()
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue