Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 1caa8840 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

correcting type

parent 6794eeba
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ Public Class Engine
Dim messages As IEnumerable(Of String) =
validationResults.Select(Function(r) r.ErrorMessage + String.Join(", ", r.MemberNames.Distinct()))
MsgBox("Invalid input." + Environment.NewLine + String.Join(Environment.NewLine, messages), MsgBoxStyle.OkOnly,
"Failed to save gearbox")
"Failed to save engine")
Return False
End If
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment