Skip to content

Commit a1e94ca

Browse files
committed
fix
1 parent 0f1795b commit a1e94ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/idlelib/mainmenu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
('_Save', '<<save-window>>'),
3232
('Save _As...', '<<save-window-as-file>>'),
3333
('Save Cop_y As...', '<<save-copy-of-window-as-file>>'),
34-
('Re_load from Disk', '<<reload-window>>'),
34+
('_Reload from Disk', '<<reload-window>>'),
3535
None,
3636
('Prin_t Window', '<<print-window>>'),
3737
None,

0 commit comments

Comments
 (0)