This commit is contained in:
jean-pierre charras 2018-04-10 20:27:54 +02:00
parent 4f3b77347a
commit c1ae2fd0a8
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ class PcbnewPyShell(editor.EditorNotebookFrame):
def OnAbout(self, event): def OnAbout(self, event):
"""Display an About window.""" """Display an About window."""
title = 'About : KiCad:PCBNEW - Python Shell' title = 'About : KiCad:PCBNEW - Python Shell'
text = "Enahnced Python Shell for KiCad:PCBNEW\n\n" + \ text = "Enhanced Python Shell for KiCad:PCBNEW\n\n" + \
"This KiCad Python Shell is based on wxPython PyAlaMode.\n\n" + \ "This KiCad Python Shell is based on wxPython PyAlaMode.\n\n" + \
"see: http://wiki.wxpython.org/PyAlaMode\n\n" + \ "see: http://wiki.wxpython.org/PyAlaMode\n\n" + \
"KiCad Revision: %s\n" % "??.??" + \ "KiCad Revision: %s\n" % "??.??" + \