Remove dot after "vs"

This commit is contained in:
DarkPhoenix
2019-05-12 18:01:44 +03:00
parent 7f2ac83e17
commit c65b582497
10 changed files with 10 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ class FitCapAmountTimeGraph(Graph):
def __init__(self):
Graph.__init__(self)
self.defaults["time"] = "0-300"
self.name = "Cap Amount vs. Time"
self.name = "Cap Amount vs Time"
self.eosGraph = None
self.mainFrame = gui.mainFrame.MainFrame.getInstance()

View File

@@ -34,7 +34,7 @@ class FitCapRegenAmountGraph(Graph):
def __init__(self):
Graph.__init__(self)
self.defaults["percentage"] = "0-100"
self.name = "Cap Regen vs. Cap Amount"
self.name = "Cap Regen vs Cap Amount"
self.eosGraph = None
self.mainFrame = gui.mainFrame.MainFrame.getInstance()

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 Travelled vs Time"
self.eosGraph = None
self.mainFrame = gui.mainFrame.MainFrame.getInstance()

View File

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

View File

@@ -42,7 +42,7 @@ class FitDpsRangeGraph(Graph):
def __init__(self):
Graph.__init__(self)
self.defaults["distance"] = "0-100"
self.name = "DPS vs. Range"
self.name = "DPS vs Range"
self.eosGraph = None
self.mainFrame = gui.mainFrame.MainFrame.getInstance()

View File

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

View File

@@ -34,7 +34,7 @@ class FitShieldAmountTimeGraph(Graph):
def __init__(self):
Graph.__init__(self)
self.defaults["time"] = "0-300"
self.name = "Shield Amount vs. Time"
self.name = "Shield Amount vs Time"
self.eosGraph = None
self.mainFrame = gui.mainFrame.MainFrame.getInstance()

View File

@@ -34,7 +34,7 @@ class FitShieldRegenAmountGraph(Graph):
def __init__(self):
Graph.__init__(self)
self.defaults["percentage"] = "0-100"
self.name = "Shield Regen vs. Shield Amount"
self.name = "Shield Regen vs Shield Amount"
self.eosGraph = None
self.mainFrame = gui.mainFrame.MainFrame.getInstance()

View File

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

View File

@@ -34,7 +34,7 @@ class FitWarpTimeDistanceGraph(Graph):
def __init__(self):
Graph.__init__(self)
self.defaults["distance"] = "0-50"
self.name = "Warp Time vs. Distance"
self.name = "Warp Time vs Distance"
self.eosGraph = None
self.mainFrame = gui.mainFrame.MainFrame.getInstance()