summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/Bindings.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/idlelib/Bindings.py')
-rw-r--r--Lib/idlelib/Bindings.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/Lib/idlelib/Bindings.py b/Lib/idlelib/Bindings.py
index b177a5e..abce56b 100644
--- a/Lib/idlelib/Bindings.py
+++ b/Lib/idlelib/Bindings.py
@@ -65,16 +65,16 @@ menudefs = [
('!_Auto-open Stack Viewer', '<<toggle-jit-stack-viewer>>' ),
]),
('options', [
- ('_Configure Idle...', '<<open-config-dialog>>'),
+ ('_Configure IDLE...', '<<open-config-dialog>>'),
None,
('Revert to _Default Settings', '<<revert-all-settings>>'),
]),
('help', [
- ('_IDLE Help...', '<<help>>'),
- ('Python _Documentation...', '<<python-docs>>'),
- ('View IDLE _Readme...', '<<view-readme>>'),
+ ('_About IDLE', '<<about-idle>>'),
+ ('IDLE _Readme', '<<view-readme>>'),
None,
- ('_About IDLE...', '<<about-idle>>'),
+ ('_IDLE Help', '<<help>>'),
+ ('Python _Docs', '<<python-docs>>'),
]),
]