Skip to content

Commit

Permalink
rewording import message
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie-git committed Mar 30, 2021
1 parent be253ca commit c916f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stackExporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def __init__(self, parent, exporter):
"click the \"Export\" button to Export these files along with this stack."

if len(exporter.moduleList) > 0:
labelStr += "\n\nFound additional python modules: " + ", ".join(exporter.moduleList)
labelStr += "\n\nFound imports for python modules: " + ", ".join(exporter.moduleList)

label = wx.StaticText(self.panel, label=labelStr)

Expand Down

0 comments on commit c916f2d

Please sign in to comment.