Commit e1dedc09 authored by Guido van Rossum's avatar Guido van Rossum

Clarify 'Open Module' dialog text

parent 04430793
......@@ -111,7 +111,8 @@ class EditorWindow:
name = string.strip(name)
if not name:
name = tkSimpleDialog.askstring("Module",
"Module name:",
"Enter the name of a Python module\n"
"to search on sys.path and open:",
parent=self.text)
if name:
name = string.strip(name)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment