Typo
This commit is contained in:
parent
4f3b77347a
commit
c1ae2fd0a8
|
@ -104,7 +104,7 @@ class PcbnewPyShell(editor.EditorNotebookFrame):
|
|||
def OnAbout(self, event):
|
||||
"""Display an About window."""
|
||||
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" + \
|
||||
"see: http://wiki.wxpython.org/PyAlaMode\n\n" + \
|
||||
"KiCad Revision: %s\n" % "??.??" + \
|
||||
|
|
Loading…
Reference in New Issue