More error message regularization.

This commit is contained in:
Jeff Young
2021-06-29 01:08:26 +01:00
parent d9a11c30ef
commit a1dfc36233
48 changed files with 163 additions and 161 deletions
+1 -1
View File
@@ -909,7 +909,7 @@ void DIALOG_PLOT::Plot( wxCommandEvent& event )
}
else
{
msg.Printf( _( "Unable to create file '%s'." ), fn.GetFullPath() );
msg.Printf( _( "Failed to create file '%s'." ), fn.GetFullPath() );
reporter.Report( msg, RPT_SEVERITY_ERROR );
}