@@ -129,11 +129,11 @@ def create_widgets(self):
129129 idle .grid (row = 12 , column = 0 , sticky = W , padx = 10 , pady = 0 )
130130 idle_buttons = Frame (frame_background , bg = self .bg )
131131 idle_buttons .grid (row = 13 , column = 0 , columnspan = 3 , sticky = NSEW )
132- self .readme = Button (idle_buttons , text = 'README ' , width = 8 ,
132+ self .readme = Button (idle_buttons , text = 'Readme ' , width = 8 ,
133133 highlightbackground = self .bg ,
134134 command = self .show_readme )
135135 self .readme .pack (side = LEFT , padx = 10 , pady = 10 )
136- self .idle_news = Button (idle_buttons , text = 'NEWS ' , width = 8 ,
136+ self .idle_news = Button (idle_buttons , text = 'News ' , width = 8 ,
137137 highlightbackground = self .bg ,
138138 command = self .show_idle_news )
139139 self .idle_news .pack (side = LEFT , padx = 10 , pady = 10 )
@@ -167,7 +167,7 @@ def show_readme(self):
167167
168168 def show_idle_news (self ):
169169 "Handle News button event."
170- self .display_file_text ('About - NEWS ' , 'NEWS .txt' , 'utf-8' )
170+ self .display_file_text ('About - News ' , 'News3 .txt' , 'utf-8' )
171171
172172 def display_printer_text (self , title , printer ):
173173 """Create textview for built-in constants.
0 commit comments