]> granicus.if.org Git - python/commitdiff
Clarify 'Open Module' dialog text
authorGuido van Rossum <guido@python.org>
Fri, 16 Oct 1998 16:09:57 +0000 (16:09 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 16 Oct 1998 16:09:57 +0000 (16:09 +0000)
Tools/idle/EditorWindow.py

index 977be6bf029584bdefc3ecb64e9f58234d62e606..1b9db06d1806fffd07d821ba13ad7e4d5e7eac37 100644 (file)
@@ -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)