diff --git a/pycorrfit/gui/frontend.py b/pycorrfit/gui/frontend.py index 2e2114c8..7f66a1c4 100644 --- a/pycorrfit/gui/frontend.py +++ b/pycorrfit/gui/frontend.py @@ -371,7 +371,7 @@ def MakeMenu(self): self.Bind(wx.EVT_MENU, self.add_fitting_tab, menuentry) # help menu menuContribute = helpmenu.Append(wx.ID_ANY, "&Contribute", - "How to contribute to PyCorrFit") + "How to contribute to PyCorrFit") menuDocu = helpmenu.Append(wx.ID_ANY, "&Documentation", "PyCorrFit documentation") menuWiki = helpmenu.Append(wx.ID_ANY, "&Wiki", @@ -633,7 +633,7 @@ def OnCommSession(self, e=None): self.EditCommentDlg.OnClose() def OnContribute(self, event=None): - # Show About Information + # Show contribute dialog dlg = contribute.ContributeDialog(self) dlg.ShowModal()