diff -r 5c4ca109af1c Doc/library/idle.rst --- a/Doc/library/idle.rst Sat May 25 23:48:15 2013 +0200 +++ b/Doc/library/idle.rst Wed May 29 22:27:38 2013 -0400 @@ -39,8 +39,8 @@ File menu (Shell and Editor) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -New window - Create a new editing window +New File + Create a new file editing window Open... Open an existing file diff -r 5c4ca109af1c Lib/idlelib/Bindings.py --- a/Lib/idlelib/Bindings.py Sat May 25 23:48:15 2013 +0200 +++ b/Lib/idlelib/Bindings.py Wed May 29 22:27:38 2013 -0400 @@ -15,7 +15,7 @@ menudefs = [ # underscore prefixes character to underscore ('file', [ - ('_New Window', '<>'), + ('_New File', '<>'), ('_Open...', '<>'), ('Open _Module...', '<>'), ('Class _Browser', '<>'), diff -r 5c4ca109af1c Lib/idlelib/help.txt --- a/Lib/idlelib/help.txt Sat May 25 23:48:15 2013 +0200 +++ b/Lib/idlelib/help.txt Wed May 29 22:27:38 2013 -0400 @@ -21,7 +21,7 @@ File Menu (Shell and Editor): - New Window -- Create a new editing window + New File -- Create a new file editing window Open... -- Open an existing file Open Module... -- Open an existing module (searches sys.path) Recent Files... -- Open a list of recent files