diff --git a/VECTO/GUI/GraphForm.vb b/VECTO/GUI/GraphForm.vb
index 91f8c2b8590d6afec4d8a05ebf76a84b41c57d2f..834a12360383fb441163af3c8e985597f8c5cccd 100644
--- a/VECTO/GUI/GraphForm.vb
+++ b/VECTO/GUI/GraphForm.vb
@@ -195,7 +195,7 @@ Public Class GraphForm
 		chartArea.Name = "main"
 
 		If overDist Then
-			chartArea.AxisX.Title = "distance [km]"
+			chartArea.AxisX.Title = "distance [m]"
 		Else
 			chartArea.AxisX.Title = "time [s]"
 		End If
@@ -558,4 +558,4 @@ Public Class GraphForm
 		Public Name As String
 		Public Values As List(Of String)
 	End Class
-End Class
\ No newline at end of file
+End Class