From 8c8e7825e9966bacf11efa668ed803df93b78814 Mon Sep 17 00:00:00 2001 From: Ryan Holmes Date: Wed, 27 Feb 2019 11:28:38 -0500 Subject: [PATCH] fix typo --- gui/errorDialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/errorDialog.py b/gui/errorDialog.py index d9112d4b8..240ab8da4 100644 --- a/gui/errorDialog.py +++ b/gui/errorDialog.py @@ -67,7 +67,7 @@ class ErrorFrame(wx.Frame): from eos.config import gamedata_version, gamedata_date time = datetime.datetime.fromtimestamp(int(gamedata_date)).strftime('%Y-%m-%d %H:%M:%S') - version = "pyfa v" + config.getVersion() + '\nEVE Data Version: {} ({})\n\n'.format(gamedata_version, time) # gui.aboutData.versionString + version = "pyfa " + config.getVersion() + '\nEVE Data Version: {} ({})\n\n'.format(gamedata_version, time) # gui.aboutData.versionString desc = "pyfa has experienced an unexpected issue. Below is a message that contains crucial\n" \ "information about how this was triggered. Please contact the developers with the\n" \