Minor string fixes

This commit is contained in:
Simon Richter 2017-12-18 17:47:20 +01:00 committed by jean-pierre charras
parent f039e0bb6d
commit 758d5727b0
2 changed files with 2 additions and 2 deletions

View File

@ -836,7 +836,7 @@ void WORKSHEET_LAYOUT::SetPageLayout( const wxString& aFullFileName, bool Append
char * buffer = new char[filelen+10];
if( wksFile.Read( buffer, filelen ) != filelen )
wxLogMessage( _("The file <%s> was not fully read"),
wxLogMessage( _("The file \"%s\" was not fully read"),
fullFileName.GetData() );
else
{