diff --git a/Lib/idlelib/Bindings.py b/Lib/idlelib/Bindings.py index 8cd7085a808..ee81bac7fb8 100644 --- a/Lib/idlelib/Bindings.py +++ b/Lib/idlelib/Bindings.py @@ -11,17 +11,17 @@ from configHandler import idleConf menudefs = [ # underscore prefixes character to underscore ('file', [ - ('_New window', '<>'), + ('_New Window', '<>'), ('_Open...', '<>'), - ('Open _module...', '<>'), - ('Class _browser', '<>'), - ('_Path browser', '<>'), + ('Open _Module...', '<>'), + ('Class _Browser', '<>'), + ('_Path Browser', '<>'), None, ('_Save', '<>'), ('Save _As...', '<>'), ('Save Co_py As...', '<>'), None, - ('_Print window', '<>'), + ('_Print Window', '<>'), None, ('_Close', '<>'), ('E_xit', '<>'), @@ -36,30 +36,30 @@ menudefs = [ ('Select _All', '<>'), None, ('_Find...', '<>'), - ('Find a_gain', '<>'), - ('Find _selection', '<>'), + ('Find A_gain', '<>'), + ('Find _Selection', '<>'), ('Find in Files...', '<>'), ('R_eplace...', '<>'), - ('Go to _line', '<>'), + ('Go to _Line', '<>'), ]), ('format', [ - ('_Indent region', '<>'), - ('_Dedent region', '<>'), - ('Comment _out region', '<>'), - ('U_ncomment region', '<>'), - ('Tabify region', '<>'), - ('Untabify region', '<>'), - ('Toggle tabs', '<>'), - ('New indent width', '<>'), + ('_Indent Region', '<>'), + ('_Dedent Region', '<>'), + ('Comment _Out Region', '<>'), + ('U_ncomment Region', '<>'), + ('Tabify Region', '<>'), + ('Untabify Region', '<>'), + ('Toggle Tabs', '<>'), + ('New Indent Width', '<>'), ]), ('run',[ - ('Python shell', '<>'), + ('Python Shell', '<>'), ]), ('debug', [ - ('_Go to file/line', '<>'), - ('_Stack viewer', '<>'), + ('_Go to File/Line', '<>'), + ('_Stack Viewer', '<>'), ('!_Debugger', '<>'), - ('!_Auto-open stack viewer', '<>' ), + ('!_Auto-open Stack Viewer', '<>' ), ]), ('settings', [ ('_Configure Idle...', '<>'),