UK -> US spelling

This commit is contained in:
DarkPhoenix
2019-05-12 18:35:23 +03:00
parent c85c735f9a
commit 0439ace886

View File

@@ -34,7 +34,7 @@ class FitDistanceTimeGraph(Graph):
def __init__(self):
Graph.__init__(self)
self.defaults["time"] = "0-80"
self.name = "Distance Travelled vs Time"
self.name = "Distance Traveled vs Time"
self.eosGraph = None
self.mainFrame = gui.mainFrame.MainFrame.getInstance()