mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Clarify 'Open Module' dialog text
This commit is contained in:
parent
04430793ed
commit
e1dedc096e
1 changed files with 2 additions and 1 deletions
|
@ -111,7 +111,8 @@ class EditorWindow:
|
||||||
name = string.strip(name)
|
name = string.strip(name)
|
||||||
if not name:
|
if not name:
|
||||||
name = tkSimpleDialog.askstring("Module",
|
name = tkSimpleDialog.askstring("Module",
|
||||||
"Module name:",
|
"Enter the name of a Python module\n"
|
||||||
|
"to search on sys.path and open:",
|
||||||
parent=self.text)
|
parent=self.text)
|
||||||
if name:
|
if name:
|
||||||
name = string.strip(name)
|
name = string.strip(name)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue