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

Skip to content
Snippets Groups Projects
Commit fed6e6c2 authored by Franz KOBER josef's avatar Franz KOBER josef
Browse files

fixed typo

parent 7ca0babc
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
Private Sub btnOk_Click(sender As Object, e As EventArgs) Handles btnOk.Click
If Not IsNumeric(_tbRatio.Text) Then
MsgBox("Invalid input for Gear")
MsgBox("Invalid input for Ratio")
_tbRatio.Focus()
Return
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