gh-78143: IDLE - fix settings dialog page label. (GH-96009)

'/Tab' should have been removed from the font page label
when the tab-spaces setting was moved to the Windows page.
(cherry picked from commit f6b811059a)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
Miss Islington (bot) 2022-08-15 16:33:16 -07:00 committed by GitHub
parent 8bd7a0b581
commit d55a775ac2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,7 +121,7 @@ class ConfigDialog(Toplevel):
self.winpage = WinPage(note)
self.shedpage = ShedPage(note)
note.add(self.fontpage, text='Fonts/Tabs')
note.add(self.fontpage, text=' Fonts ')
note.add(self.highpage, text='Highlights')
note.add(self.keyspage, text=' Keys ')
note.add(self.winpage, text=' Windows ')