From 493294e648a087a52d6d2bca1ef7ac576d068b2b Mon Sep 17 00:00:00 2001 From: blitzmann Date: Fri, 16 May 2014 00:27:24 -0400 Subject: [PATCH] Update "Import Character" label to be less ambiguous --- gui/mainMenuBar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/mainMenuBar.py b/gui/mainMenuBar.py index cdfa9108c..73577578d 100644 --- a/gui/mainMenuBar.py +++ b/gui/mainMenuBar.py @@ -54,7 +54,7 @@ class MainMenuBar(wx.MenuBar): fileMenu.AppendSeparator() fileMenu.Append(self.exportHtmlId, "Export HTML", "Export fits to HTML file (set in Preferences)") fileMenu.Append(self.exportSkillsNeededId, "Export &Skills Needed", "Export skills needed for this fitting") - fileMenu.Append(self.importCharacterId, "Import C&haracters", "Import characters into pyfa") + fileMenu.Append(self.importCharacterId, "Import C&haracter File", "Import characters into pyfa from file") fileMenu.AppendSeparator() fileMenu.Append(wx.ID_EXIT)